homebrew-cask/Casks/buckets.rb

23 lines
573 B
Ruby

cask "buckets" do
version "0.70.2"
sha256 "dcc106e494d3e7368019a44faaf3d1a42bb363cbe41ce890dc284cb5fd7184c0"
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