cask "notchnook" do version "1.4.6" sha256 "0ffdca46e0ecc63c4eccf69a1699aafa4d3457d87afa1d89c10d44548061ba46" url "https://lo.cafe/notchnook-files/NotchNook-#{version}.zip" name "NotchNook" desc "Handy utility to manage and customize the notch area" homepage "https://lo.cafe/notchnook" livecheck do url "https://lo.cafe/notchnook-files/appcast.xml" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :sonoma" app "NotchNook.app" zap trash: [ "~/Library/Application Support/NotchNook", "~/Library/Caches/lo.cafe.NotchNook", "~/Library/HTTPStorages/lo.cafe.NotchNook", "~/Library/Preferences/lo.cafe.NotchNook.plist", ] end