From 5502bec29ae8df3458862a6f11da7d79b0f0ad61 Mon Sep 17 00:00:00 2001 From: Lawrence Chen <54008264+lawrencecchen@users.noreply.github.com> Date: Fri, 20 Feb 2026 13:45:20 -0800 Subject: [PATCH] =?UTF-8?q?Fix=20homebrew=20cask=20template:=20homepage=20?= =?UTF-8?q?=E2=86=92=20cmux.dev,=20min=20macOS=20=E2=86=92=20Sonoma=20(#16?= =?UTF-8?q?2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update-homebrew.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-homebrew.yml b/.github/workflows/update-homebrew.yml index 09115902..17c07fb5 100644 --- a/.github/workflows/update-homebrew.yml +++ b/.github/workflows/update-homebrew.yml @@ -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"