homebrew-cask/Casks/virtualc64.rb

15 lines
546 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'virtualc64' do
2015-05-01 14:17:26 +08:00
# note: "64" is not a version number, but an intrinsic part of the product name
2015-12-29 01:47:51 +08:00
version '1.4.1'
sha256 'bc63006146e7d7710e5da0dce24e1c4df893f0aa412e9b0ba850630357693431'
2015-05-01 14:17:26 +08:00
url "http://www.dirkwhoffmann.de/virtualc64/VirtualC64_#{version}.zip"
name 'Virtual C64'
2015-05-28 04:32:29 +08:00
appcast 'http://dirkwhoffmann.de/virtualc64/VirtualC64Appcast.xml',
2015-12-29 01:47:51 +08:00
:sha256 => 'ee401a5d795bec2b3a1d687e19861b59b2f9fcb43e68e629ae7a4776c14a40a9'
2015-05-01 14:17:26 +08:00
homepage 'http://www.dirkwhoffmann.de/virtualc64/'
license :gpl
app 'VirtualC64.app'
end