Merge pull request #10947 from mikkelee/virtualc64

Add VirtualC64.app v0.9.9.4
This commit is contained in:
Vítor Galvão 2015-05-04 16:41:08 +01:00
commit 021769b7f6
1 changed files with 12 additions and 0 deletions

12
Casks/virtualc64.rb Normal file
View File

@ -0,0 +1,12 @@
cask :v1 => 'virtualc64' do
# note: "64" is not a version number, but an intrinsic part of the product name
version '0.9.9.4'
sha256 'd5c1ed83a0ec81b45f8879920cbce41f851e593ba476de2cd29a267433a30f85'
url "http://www.dirkwhoffmann.de/virtualc64/VirtualC64_#{version}.zip"
name 'Virtual C64'
homepage 'http://www.dirkwhoffmann.de/virtualc64/'
license :gpl
app 'VirtualC64.app'
end