homebrew-cask/Casks/0ad.rb

13 lines
353 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '0ad' do
2015-11-29 20:43:00 +08:00
version '0.0.19-alpha'
sha256 '83f75a2702daec6195bea7a2c705aa2929fcd1b0b0507afc59d0ecfa15301ba9'
2016-02-11 08:42:17 +08:00
# wildfiregames.com was verified as official when first introduced to the cask
2014-09-26 20:09:20 +08:00
url "http://releases.wildfiregames.com/0ad-#{version}-osx64.dmg"
2015-01-04 09:50:10 +08:00
name '0 A.D.'
homepage 'http://www.play0ad.com/'
license :oss
2014-09-16 00:06:40 +08:00
app '0ad.app'
end