mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
12 lines
397 B
Ruby
12 lines
397 B
Ruby
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
|