cask "actual" do arch arm: "arm64", intel: "x64" version "25.7.1" sha256 arm: "86f79edd16b6cd798d0dea342b721ef815a9cb3c33defd654ddc47f5b140ed10", intel: "c6b249d5d95e18b165250a31ece33609b659f12b52bff28ec8b495cba153bd50" 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.org/" 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