cask "qlab" do version "5.4.7" sha256 "1a535707b0d6e5f8bebae0cacca5c80d8e36ffe4f422cf4d1291409fa93356d7" url "https://qlab.app/downloads/archive/QLab-#{version}.zip" name "QLab" desc "Sound, video and lighting control" homepage "https://qlab.app/" livecheck do url "https://qlab.app/appcast/v#{version.major}/" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :big_sur" app "QLab.app" zap trash: [ "~/Library/Application Support/QLab", "~/Library/HTTPStorages/com.figure53.QLab.#{version.major}", "~/Library/Preferences/com.figure53.QLab.#{version.major}.plist", "~/Library/Saved Application State/com.figure53.QLab.#{version.major}.savedState", ] end