cask "notchnook" do version "1.4.2" sha256 "4a753ead769eac466af54644699c22f5860426b8c1b8f6d432fc01e65371b875" 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