From fcca9322a6108c2e0b66b623617c01c107ee4210 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 17:56:35 +0000 Subject: [PATCH] chore(homebrew): update formula for v0.3.0 --- Formula/maestro.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/maestro.rb b/Formula/maestro.rb index e74e3c1..d9a6baf 100644 --- a/Formula/maestro.rb +++ b/Formula/maestro.rb @@ -1,8 +1,8 @@ class Maestro < Formula desc "Multi-repository workspaces for engineering teams" homepage "https://github.com/Th3Mouk/maestro" - url "https://registry.npmjs.org/@th3mouk/maestro/-/maestro-0.2.0.tgz" - sha256 "a735d5db25aefb98e2f148a126f4021b6457f26d47eaa9a4481839a34b457f7c" + url "https://registry.npmjs.org/@th3mouk/maestro/-/maestro-0.3.0.tgz" + sha256 "89c4e6cd32ba46598a3dfbffc3058a4e9424b63071b147f1b172dc1ecc9f7e78" license "MIT" depends_on "node"