mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
http://qgroundcontrol.org/license and https://github.com/mavlink/qgroundcontrol/blob/master/license.txt
11 lines
362 B
Ruby
11 lines
362 B
Ruby
cask :v1 => 'qgroundcontrol' do
|
|
version '2.2.1'
|
|
sha256 '4a35ac5051a408a9aaef9127c27967fed15232a6b91ea9f93341e0fd4805f1c8'
|
|
|
|
# latestfiasco.com is the official download host per the vendor homepage
|
|
url "http://latestfiasco.com/ftp/QGroundControl-Stable-V#{version}.dmg"
|
|
homepage 'http://qgroundcontrol.org'
|
|
license :gpl
|
|
|
|
app 'qgroundcontrol.app'
|
|
end
|