cask "bentobox" do version "0.7.9" sha256 "53131afe571124f7b02efe3e7ce2c442b90fa3f235f9672e4f992e8be3168ccd" url "https://releases.bentobox.friendlyventures.org/#{version}/bentobox-macos-universal.zip", verified: "releases.bentobox.friendlyventures.org/" name "BentoBox" desc "Window manager that organizes desktop applications into predefined zones" homepage "https://bentoboxapp.com/" livecheck do url "https://releases.bentobox.friendlyventures.org/appcast.xml" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :ventura" app "BentoBox.app" zap trash: [ "~/Library/Application Support/org.friendlyventures.BentoBox", "~/Library/Caches/org.friendlyventures.BentoBox", "~/Library/HTTPStorages/org.friendlyventures.BentoBox", "~/Library/Preferences/org.friendlyventures.BentoBox.plist", "~/Library/Saved Application State/org.friendlyventures.BentoBox.savedState", "~/Library/WebKit/org.friendlyventures.BentoBox", ] end