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.
9 lines
295 B
9 lines
295 B
class OpenemuExperimental < Cask
|
|
version '1.0.3'
|
|
sha256 'cc5dce40a25ab224991ec0a8f772673983e81daa3b49f332e03d14e3b97d5b2e'
|
|
|
|
url "https://github.com/OpenEmu/OpenEmu/releases/download/v#{version}/OpenEmu_#{version}-experimental.zip"
|
|
homepage 'http://openemu.org/'
|
|
|
|
app 'OpenEmu.app'
|
|
end
|
|
|