homebrew-cask/Casks/hedgewars.rb

13 lines
516 B
Ruby
Raw Normal View History

2014-11-14 01:26:00 +08:00
cask :v1 => 'hedgewars' do
version '0.9.20'
sha256 '167667f32f4798733b7bfd50423493067e6a9fd19f02f45e737b324038f0d559'
2014-09-26 20:08:57 +08:00
url "http://download.gna.org/hedgewars/Hedgewars-#{version}-3.dmg"
2014-10-15 23:43:50 +08:00
appcast 'http://www.hedgewars.org/download/appcast.xml',
:sha256 => 'bb5344972d01c4007ab4d8193fc2aaaebe68c4048213a10ba6b4cbc61210747f'
homepage 'http://hedgewars.org'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:41 +08:00
app 'Hedgewars.app'
end