homebrew-cask/Casks/hedgewars.rb

15 lines
498 B
Ruby
Raw Normal View History

2014-11-14 01:26:00 +08:00
cask :v1 => 'hedgewars' do
version '0.9.21'
sha256 '61ca4d3a709143927559e33fa935620ca32467e0adf0728f9214cba9a6fe6966'
# gna.org is the official download host per the vendor homepage
url "http://download.gna.org/hedgewars/Hedgewars-#{version}.dmg"
2014-10-15 23:43:50 +08:00
appcast 'http://www.hedgewars.org/download/appcast.xml',
:sha256 => 'bb5344972d01c4007ab4d8193fc2aaaebe68c4048213a10ba6b4cbc61210747f'
2015-01-10 05:13:00 +08:00
name 'Hedgewars'
homepage 'http://hedgewars.org'
license :gpl
2014-09-16 00:05:41 +08:00
app 'Hedgewars.app'
end