cask: use symbol form for macOS requirement (brew deprecation)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
maxsoch 2026-07-07 06:36:20 +02:00
parent de59c46cbe
commit 19c5436441

View file

@ -7,7 +7,8 @@ cask "brewbar" do
desc "Menu bar app to monitor and upgrade Homebrew packages" desc "Menu bar app to monitor and upgrade Homebrew packages"
homepage "https://forgejo.socheleau.fr/maxsoch/BrewBar" homepage "https://forgejo.socheleau.fr/maxsoch/BrewBar"
depends_on macos: ">= :ventura" depends_on macos: :ventura
app "BrewBar.app" app "BrewBar.app"