cask "bezel" do version "1.3.4" sha256 "d8a0f3246edae6991c5cc8847a2e8c9852bef59412c0f7ecc51cc44c8890f4b0" url "https://download.nonstrict.eu/bezel/Bezel-#{version}.zip", verified: "download.nonstrict.eu/bezel/" name "Bezel" desc "iOS screen output recorder" homepage "https://getbezel.app/" livecheck do url "https://download.nonstrict.eu/bezel/appcast.xml" strategy :sparkle do |items| items.find { |item| item.channel.nil? }&.short_version end end auto_updates true depends_on macos: ">= :monterey" app "Bezel.app" zap trash: [ "~/Library/Caches/com.nonstrict.Bezel-direct", "~/Library/HTTPStorages/com.nonstrict.Bezel-direct", "~/Library/Preferences/com.nonstrict.Bezel-direct.plist", ] end