Files
homebrew-cask/Casks/b/buckets.rb
2023-09-18 12:57:11 -04:00

23 lines
573 B
Ruby

cask "buckets" do
version "0.71.1"
sha256 "fd96fc00a3f8f270fc643a15aa69d27ba2fddc021fe325330467137f2a896d9f"
url "https://github.com/buckets/application/releases/download/v#{version}/Buckets-#{version}.dmg",
verified: "github.com/buckets/application/"
name "Buckets"
desc "Budgeting tool"
homepage "https://www.budgetwithbuckets.com/"
livecheck do
url :url
strategy :github_latest
end
app "Buckets.app"
zap trash: [
"~/Library/Application Support/Buckets",
"~/Library/Preferences/com.github.buckets.application.plist",
]
end