2026-07-07 04:21:39 +00:00
|
|
|
cask "brewbar" do
|
2026-07-14 16:07:45 +00:00
|
|
|
version "0.3"
|
|
|
|
|
sha256 "d87a744e034c2ce0f92a24c3ebba167533419f948337a2dbedd393152d08d13d"
|
2026-07-07 04:21:39 +00:00
|
|
|
|
|
|
|
|
url "https://forgejo.socheleau.fr/maxsoch/BrewBar/releases/download/v#{version}/BrewBar-#{version}.zip"
|
|
|
|
|
name "BrewBar"
|
|
|
|
|
desc "Menu bar app to monitor and upgrade Homebrew packages"
|
|
|
|
|
homepage "https://forgejo.socheleau.fr/maxsoch/BrewBar"
|
|
|
|
|
|
2026-07-07 04:36:20 +00:00
|
|
|
depends_on macos: :ventura
|
|
|
|
|
|
2026-07-07 04:21:39 +00:00
|
|
|
|
|
|
|
|
app "BrewBar.app"
|
|
|
|
|
|
|
|
|
|
zap trash: [
|
|
|
|
|
"~/Library/Application Support/BrewBar",
|
|
|
|
|
"~/Library/Preferences/com.MaxSoch.BrewBar.plist",
|
|
|
|
|
]
|
2026-07-07 04:38:10 +00:00
|
|
|
|
|
|
|
|
caveats <<~EOS
|
|
|
|
|
BrewBar is not notarized. On any Mac that did not build it, clear the
|
|
|
|
|
quarantine flag after install or upgrade, or Gatekeeper will block it:
|
|
|
|
|
|
|
|
|
|
xattr -dr com.apple.quarantine /Applications/BrewBar.app
|
|
|
|
|
EOS
|
2026-07-07 04:21:39 +00:00
|
|
|
end
|