homebrew-cask-versions/Casks/bzflag.rb
2015-01-17 04:33:36 +00:00

12 lines
373 B
Ruby

cask :v1 => 'bzflag' do
version '2.4.2'
sha256 '4ce7f007cb7c78a5243ced84d310c37637a2aa8fe9569231edd2dbc45286e293'
# sourceforge.net is the official download host per the vendor homepage
url "http://downloads.sourceforge.net/sourceforge/bzflag/BZFlag-#{version}.zip"
name 'BZFlag'
homepage 'http://bzflag.org/'
license :gpl
app "BZFlag-#{version}.app"
end