cask "actual" do arch arm: "arm64", intel: "x64" version "24.11.0" sha256 arm: "b5022b9944ed24725aec2540843645132b7868502641b6897ccb2424322d875b", intel: "34f737e7686b88173685941e7406782651b9f9c012695deb24733bdfa628b3ed" url "https://github.com/actualbudget/actual/releases/download/v#{version}/Actual-mac-#{arch}.dmg", verified: "github.com/actualbudget/actual/" name "Actual" desc "Privacy-focused app for managing your finances" homepage "https://actualbudget.com/" depends_on macos: ">= :catalina" app "Actual.app" zap trash: [ "~/Documents/Actual", "~/Library/Application Support/Actual", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.actualbudget.actual.sfl*", "~/Library/Logs/Actual", "~/Library/Preferences/com.actualbudget.actual.plist", "~/Library/Saved Application State/com.actualbudget.actual.savedState", ] end