From cd6212aef026efd00e6f2767228d226a4a7e54dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Mar 2026 20:32:26 +0000 Subject: [PATCH] formula: update sgpctl to 0.0.1 --- Formula/sgpctl.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/sgpctl.rb b/Formula/sgpctl.rb index a98dcd6..9aef29e 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/0", + url "https://api.github.com/repos/scaleapi/sgpctl/releases/assets/366283429", 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 "0000000000000000000000000000000000000000000000000000000000000000" + version "0.0.1" + sha256 "528ef19cfe50e69791a5f7d09bd6cc1466ea3b0d29801acdcde05a1d55bb2ea9" def install bin.install "sgpctl-darwin-arm64" => "sgpctl"