homebrew-cask/Casks/0-ad.rb

15 lines
427 B
Ruby
Raw Normal View History

2018-05-22 15:54:29 +08:00
cask '0-ad' do
version '0.0.23-alpha'
sha256 'c9de859ad0e2cc6b1085803d1fc107094423520e16c55b32175f43df11475441'
# wildfiregames.com was verified as official when first introduced to the cask
2018-10-07 11:38:01 +08:00
url "https://releases.wildfiregames.com/0ad-#{version}-osx64.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://play0ad.com/download/mac/'
2018-05-22 15:54:29 +08:00
name '0 A.D.'
homepage 'https://play0ad.com/'
depends_on macos: '>= :mountain_lion'
app '0 A.D..app'
end