Fix homebrew cask template: homepage → cmux.dev, min macOS → Sonoma (#162)
This commit is contained in:
parent
305d22e4e6
commit
5502bec29a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-homebrew.yml
vendored
4
.github/workflows/update-homebrew.yml
vendored
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue