homebrew-cask/Casks/qgroundcontrol.rb

13 lines
395 B
Ruby
Raw Normal View History

2014-11-14 01:26:44 +08:00
cask :v1 => 'qgroundcontrol' do
2015-07-01 04:41:33 +08:00
version '2.5.2'
sha256 'b42f6e3de99250a86c9cb5860c8477ee449d5f81f06d32c04f564596198f0b83'
2015-07-01 04:41:33 +08:00
# amazonaws.com is the official download host per the vendor homepage
url "https://qgroundcontrol.s3.amazonaws.com/QGroundControl-Stable-V#{version}.dmg"
2015-04-23 05:19:44 +08:00
name 'QGroundControl'
homepage 'http://qgroundcontrol.org'
license :gpl
2014-09-16 00:06:11 +08:00
app 'qgroundcontrol.app'
end