homebrew-cask/Casks/0-ad.rb

13 lines
386 B
Ruby
Raw Normal View History

2018-05-22 15:54:29 +08:00
cask '0-ad' do
2019-01-09 02:55:23 +08:00
version '0.0.23b-alpha'
sha256 '5fae1331bb1778bf16e49460fb850270b6cd76bee6483078ff27582e71ab263f'
2018-05-22 15:54:29 +08:00
# 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/'
2019-01-09 02:55:23 +08:00
app '0 A.D.app'
2018-05-22 15:54:29 +08:00
end