cask "qgroundcontrol" do version "4.4.2" sha256 "d4ae65bedd810e8c6c4dcf2b3eb74f8005dd74f0bb7ad00416172b8b614a30d3" url "https://github.com/mavlink/qgroundcontrol/releases/download/v#{version}/QGroundControl.dmg", verified: "github.com/mavlink/qgroundcontrol/" name "QGroundControl" desc "Ground control station for drones" homepage "http://qgroundcontrol.com/" livecheck do url :url strategy :github_latest end app "qgroundcontrol.app" zap trash: [ "~/Documents/QGroundControl", "~/Library/Caches/QGroundControl.org", "~/Library/Saved Application State/org.qgroundcontrol.QGroundControl.savedState", ] caveats do requires_rosetta end end