cask "flacon" do version "12.0.0" sha256 "3fb524089b3fe3ae26559bba36d462d39d5cef9330f27487d083b95eb94323a5" url "https://github.com/flacon/flacon/releases/download/v#{version}/Flacon_#{version}.dmg", verified: "github.com/flacon/flacon/" name "Flacon" desc "Open source audio file encoder" homepage "https://flacon.github.io/" livecheck do url "https://flacon.github.io/download/feed.xml" strategy :sparkle end no_autobump! because: :requires_manual_review auto_updates true depends_on macos: ">= :big_sur" app "Flacon.app" zap trash: [ "~/Library/Preferences/com.flacon.flacon.plist", "~/Library/Preferences/io.github.flacon.plist", "~/Library/Saved Application State/io.github.flacon.savedState", ] end