Skip to content

Commit f878c67

Browse files
formula: update sgpctl to 0.0.2 (#4)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2b84134 commit f878c67

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,9 +1,9 @@
11
class Sgpctl < Formula
22
desc "CLI tool for managing SGP services"
33
homepage "https://github.com/scaleapi/sgpctl"
4-
url "https://github.com/scaleapi/sgpctl/releases/download/v0.0.1/sgpctl-darwin-arm64"
5-
version "0.0.1"
6-
sha256 "528ef19cfe50e69791a5f7d09bd6cc1466ea3b0d29801acdcde05a1d55bb2ea9"
4+
url "https://github.com/scaleapi/sgpctl/releases/download/v0.0.2/sgpctl-darwin-arm64"
5+
version "0.0.2"
6+
sha256 "19338eee9645de2384e9142cc724b2483d16c41b87b70942a7191b849f9034f7"
77

88
def install
99
bin.install "sgpctl-darwin-arm64" => "sgpctl"

0 commit comments

Comments
 (0)