homebrew-cask/Casks/flightgear.rb

13 lines
383 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'flightgear' do
2015-08-30 01:34:14 +08:00
version '3.4.0'
sha256 '17ac1c274d0256a17229b5cd7c77a44cdaa521e555a474301754e72d17c735cb'
# utwente.nl is the official download host per the vendor homepage
2014-09-26 20:08:54 +08:00
url "http://ftp.snt.utwente.nl/pub/software/flightgear/ftp/MacOSX/FlightGear-#{version}.dmg"
2015-03-30 00:23:41 +08:00
name 'FlightGear'
homepage 'http://www.flightgear.org/'
license :gpl
2014-09-16 00:05:34 +08:00
app 'FlightGear.app'
end