We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06230d2 commit a34fbcbCopy full SHA for a34fbcb
1 file changed
Formula/sgpctl.rb
@@ -1,14 +1,14 @@
1
class Sgpctl < Formula
2
desc "CLI tool for managing SGP services"
3
homepage "https://github.com/scaleapi/sgpctl"
4
- url "https://api.github.com/repos/scaleapi/sgpctl/releases/assets/0",
+ url "https://api.github.com/repos/scaleapi/sgpctl/releases/assets/366283429",
5
headers: [
6
"Accept: application/octet-stream",
7
"X-GitHub-Api-Version: 2022-11-28",
8
"Authorization: bearer #{ENV.fetch("HOMEBREW_GITHUB_API_TOKEN")}",
9
]
10
- version "0.0.0"
11
- sha256 "0000000000000000000000000000000000000000000000000000000000000000"
+ version "0.0.1"
+ sha256 "528ef19cfe50e69791a5f7d09bd6cc1466ea3b0d29801acdcde05a1d55bb2ea9"
12
13
def install
14
bin.install "sgpctl-darwin-arm64" => "sgpctl"
0 commit comments