mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
23 lines
593 B
Ruby
23 lines
593 B
Ruby
cask "bunch" do
|
|
version "1.4.16,177"
|
|
sha256 "efabe6b190b0c9e3484384887ea26efd8a37b7747b0c450ab493ff2e71f0ac4f"
|
|
|
|
url "https://brettterpstra.com/updates/bunch/Bunch#{version.csv.first}#{version.csv.second}.dmg",
|
|
verified: "brettterpstra.com/updates/bunch/"
|
|
name "Bunch"
|
|
desc "Automation tool"
|
|
homepage "https://bunchapp.co/"
|
|
|
|
livecheck do
|
|
url "https://brettterpstra.com/updates/bunch/appcast.xml"
|
|
strategy :sparkle
|
|
end
|
|
|
|
auto_updates true
|
|
depends_on macos: ">= :big_sur"
|
|
|
|
app "Bunch.app"
|
|
|
|
zap trash: "~/Library/Preferences/com.brettterpstra.Bunch.plist"
|
|
end
|