homebrew-cask/Casks/qgroundcontrol.rb

12 lines
335 B
Ruby

cask 'qgroundcontrol' do
version :latest
sha256 :no_check
# qgroundcontrol.s3.amazonaws.com/latest was verified as official when first introduced to the cask
url 'https://qgroundcontrol.s3.amazonaws.com/latest/QGroundControl.dmg'
name 'QGroundControl'
homepage 'http://qgroundcontrol.com/'
app 'qgroundcontrol.app'
end