cask: use symbol form for macOS requirement (brew deprecation)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
de59c46cbe
commit
19c5436441
|
|
@ -7,7 +7,8 @@ cask "brewbar" do
|
|||
desc "Menu bar app to monitor and upgrade Homebrew packages"
|
||||
homepage "https://forgejo.socheleau.fr/maxsoch/BrewBar"
|
||||
|
||||
depends_on macos: ">= :ventura"
|
||||
depends_on macos: :ventura
|
||||
|
||||
|
||||
app "BrewBar.app"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue