Fix homebrew cask template: homepage → cmux.dev, min macOS → Sonoma (#162)

This commit is contained in:
Lawrence Chen 2026-02-20 13:45:20 -08:00 committed by GitHub
parent 305d22e4e6
commit 5502bec29a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,14 +84,14 @@ jobs:
url "https://github.com/manaflow-ai/cmux/releases/download/v#{version}/cmux-macos.dmg"
name "cmux"
desc "Lightweight native macOS terminal with vertical tabs for AI coding agents"
homepage "https://github.com/manaflow-ai/cmux"
homepage "https://cmux.dev"
livecheck do
url :url
strategy :github_latest
end
depends_on macos: ">= :ventura"
depends_on macos: ">= :sonoma"
app "cmux.app"