cask "airparrot" do version "3.1.7" sha256 "acb42bb53c1dfde1fec6835fd8fd89a278b215a97f1e08545e45780cebb19409" url "https://download.airsquirrels.com/AirParrot#{version.major}/Mac/AirParrot-#{version}.dmg" name "AirParrot" desc "Tool to wirelessly mirror the screen or stream media files" homepage "https://www.airsquirrels.com/airparrot/" livecheck do url "https://updates-prod.airsquirrels.com/AirParrot#{version.major}/Mac/updateCheck/" strategy :sparkle, &:short_version end no_autobump! because: :requires_manual_review auto_updates true app "AirParrot #{version.major}.app" uninstall quit: "com.squirrels.AirParrot-#{version.major}", kext: [ "/Library/Extensions/AirParrotDriver.kext", "/Library/Extensions/APExtFramebuffer.kext", "/System/Library/Extensions/AirParrotDriver.kext", "/System/Library/Extensions/APExtFramebuffer.kext", "com.squirrels.driver.AirParrotSpeakers", ] zap trash: "~/Library/Preferences/com.squirrels.AirParrot-*.plist" end