BrewBar/Casks/brewbar.rb
maxsoch 19c5436441 cask: use symbol form for macOS requirement (brew deprecation)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 06:36:20 +02:00

20 lines
531 B
Ruby

cask "brewbar" do
version "1.0"
sha256 "f6f0154b72142f8e65e9ae5c41bef8fd982de9549ef67c307835c17e2aa37729"
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",
]
end