homebrew-cask/Casks/flightgear.rb

13 lines
390 B
Ruby

cask :v1 => 'flightgear' do
version '3.2.0'
sha256 '1d2721c74e46869b3d13bc9c3d1f8e086f8771f23586c92ce156d0f3d076699b'
# utwente.nl is the official download host per the vendor homepage
url "http://ftp.snt.utwente.nl/pub/software/flightgear/ftp/MacOSX/FlightGear-#{version}.dmg"
name 'FlightGear'
homepage 'http://www.flightgear.org/'
license :gpl
app 'FlightGear.app'
end