cask "bezel" do version "3.1.0" sha256 "00c0709770dcbb9d74b6b4095072138a8cebcc21ccb53415f14b72e771ae597e" 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