mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
282 B
Ruby
9 lines
282 B
Ruby
class Flightgear < Cask
|
|
version '3.0.0'
|
|
sha256 '545d4f281103a2ab2d3a0aeddbab056c5ed5e876188961abec8ece5f4ae91dc4'
|
|
|
|
url "http://ftp.snt.utwente.nl/pub/software/flightgear/ftp/MacOSX/FlightGear-#{version}.dmg"
|
|
homepage 'http://www.flightgear.org/'
|
|
|
|
app 'FlightGear.app'
|
|
end
|