You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
278 B
7 lines
278 B
class OpenemuExperimental < Cask
|
|
url 'https://github.com/OpenEmu/OpenEmu/releases/download/v1.0/OpenEmu_1.0-experimental.zip'
|
|
homepage 'http://openemu.org/'
|
|
version '1.0'
|
|
sha256 '04a3140fa21fc2988bb3664c4b9cf5e304f7dd9429d8453c124d677ccb58812b'
|
|
link 'OpenEmu.app'
|
|
end
|
|
|