Skip to content

Commit a34fbcb

Browse files
formula: update sgpctl to 0.0.1 (#2)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 06230d2 commit a34fbcb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Formula/sgpctl.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
class Sgpctl < Formula
22
desc "CLI tool for managing SGP services"
33
homepage "https://github.com/scaleapi/sgpctl"
4-
url "https://api.github.com/repos/scaleapi/sgpctl/releases/assets/0",
4+
url "https://api.github.com/repos/scaleapi/sgpctl/releases/assets/366283429",
55
headers: [
66
"Accept: application/octet-stream",
77
"X-GitHub-Api-Version: 2022-11-28",
88
"Authorization: bearer #{ENV.fetch("HOMEBREW_GITHUB_API_TOKEN")}",
99
]
10-
version "0.0.0"
11-
sha256 "0000000000000000000000000000000000000000000000000000000000000000"
10+
version "0.0.1"
11+
sha256 "528ef19cfe50e69791a5f7d09bd6cc1466ea3b0d29801acdcde05a1d55bb2ea9"
1212

1313
def install
1414
bin.install "sgpctl-darwin-arm64" => "sgpctl"

0 commit comments

Comments
 (0)