BrewBar/Casks/brewbar.rb
maxsoch 9f54e27e47 release 0.2
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 23:24:08 +02:00

27 lines
768 B
Ruby

cask "brewbar" do
version "0.2"
sha256 "dc449ec93f44698acf5de671675b06fbe66bcd40639153c8fe8bae92f569469e"
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"
depends_on macos: :ventura
app "BrewBar.app"
zap trash: [
"~/Library/Application Support/BrewBar",
"~/Library/Preferences/com.MaxSoch.BrewBar.plist",
]
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
end