homebrew-cask/Casks/buckets.rb

23 lines
573 B
Ruby

cask "buckets" do
version "0.68.0"
sha256 "54d86f8a8661ae7b1bbeb077af89643f39f2764710401fd60bd9857455237feb"
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