From 557353e0d5bd9afc2a2a0a55d38445b2e7881e46 Mon Sep 17 00:00:00 2001 From: Roxanne Farhad <40992044+RoxyFarhad@users.noreply.github.com> Date: Tue, 3 Mar 2026 12:02:47 -0800 Subject: [PATCH 1/2] Change version from 0.0.3 to 0.0.0 --- Formula/sgpctl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/sgpctl.rb b/Formula/sgpctl.rb index 94eed14..70b2f01 100644 --- a/Formula/sgpctl.rb +++ b/Formula/sgpctl.rb @@ -7,7 +7,7 @@ class Sgpctl < Formula "X-GitHub-Api-Version: 2022-11-28", "Authorization: bearer #{ENV.fetch("HOMEBREW_GITHUB_API_TOKEN")}", ] - version "0.0.3" + version "0.0.0" sha256 "d9d4cf3a0d97aed3e1c1f316dd1394647b4e2f724d7e803f0012f724b7acdb81" def install From e6abd80051dbdb0160ab2b26c8e452f57c52a799 Mon Sep 17 00:00:00 2001 From: Roxanne Farhad Date: Tue, 3 Mar 2026 15:13:05 -0500 Subject: [PATCH 2/2] formula: use placeholder values for initial 0.0.0 release Replace stale 0.0.3 asset ID and SHA with zeroed placeholders to avoid version/binary mismatch. Publish workflow will overwrite these on the first real release. Co-Authored-By: Claude Opus 4.6 (1M context) --- Formula/sgpctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/sgpctl.rb b/Formula/sgpctl.rb index 70b2f01..a98dcd6 100644 --- a/Formula/sgpctl.rb +++ b/Formula/sgpctl.rb @@ -1,14 +1,14 @@ class Sgpctl < Formula desc "CLI tool for managing SGP services" homepage "https://github.com/scaleapi/sgpctl" - url "https://api.github.com/repos/scaleapi/sgpctl/releases/assets/363655212", + url "https://api.github.com/repos/scaleapi/sgpctl/releases/assets/0", headers: [ "Accept: application/octet-stream", "X-GitHub-Api-Version: 2022-11-28", "Authorization: bearer #{ENV.fetch("HOMEBREW_GITHUB_API_TOKEN")}", ] version "0.0.0" - sha256 "d9d4cf3a0d97aed3e1c1f316dd1394647b4e2f724d7e803f0012f724b7acdb81" + sha256 "0000000000000000000000000000000000000000000000000000000000000000" def install bin.install "sgpctl-darwin-arm64" => "sgpctl"