homebrew-cask/Casks/0ad.rb

13 lines
355 B
Ruby
Raw Normal View History

2014-12-11 23:42:25 +08:00
cask :v1 => '0ad' do
2015-03-15 06:05:45 +08:00
version '0.0.18-alpha'
sha256 '0b1138032c38a14e67ba78301ac113247523c2128cbc4c673fb847a4b3a48f91'
2015-01-15 09:45:17 +08:00
# wildfiregames.com is the official download host per the vendor homepage
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