homebrew-cask/Casks/flightgear.rb

19 lines
672 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'flightgear' do
2018-04-24 03:51:08 +08:00
version '2018.1.1'
sha256 '473d4c54be9342861433189a87e2de9892f3d273a90969458427e2923052ce00'
2016-07-31 13:45:10 +08:00
# sourceforge.net/flightgear was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/flightgear/FlightGear-#{version}.dmg"
appcast 'https://sourceforge.net/projects/flightgear/rss',
2018-04-24 03:51:08 +08:00
checkpoint: '1f0c965acda11e42fa01a17c153da182e64312291844492e6e75d319164ba806'
2015-03-30 00:23:41 +08:00
name 'FlightGear'
homepage 'http://www.flightgear.org/'
2014-09-16 00:05:34 +08:00
app 'FlightGear.app'
2017-04-01 18:45:33 +08:00
2017-11-18 18:01:27 +08:00
zap trash: [
'/Library/Logs/DiagnosticReports/fgfs*',
'~/Library/Application Support/FlightGear',
]
end