Skip to content

Commit

Permalink
fix: snctl 0.19.1 sha256 (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: ericsyh <ericshenyuhao@outlook.com>
  • Loading branch information
ericsyh authored Aug 29, 2024
1 parent d318188 commit bf37700
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/snctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ class Snctl < Formula
on_macos do
on_intel do
url "https://storage.googleapis.com/downloads.streamnative.cloud/snctl/v0.19.1/snctl_0.19.1_darwin_amd64.tar.gz"
sha256 "61f60df47bad47782c5adbf6c15076e31072a6bdac6f79f253d9ad4acb15da27"
sha256 "0be00c0269bbf1098117cffbe623af17b41a5cdc47319a82976b5fe3df510e49"

def install
bin.install "snctl"
end
end
on_arm do
url "https://storage.googleapis.com/downloads.streamnative.cloud/snctl/v0.19.1/snctl_0.19.1_darwin_arm64.tar.gz"
sha256 "0164f74cf2d36f2041f06eb9e4917a6e57801a1178e8c98016c7d704bdc645cf"
sha256 "d053eca7a408afed70f30403289e2c2c888e27b01323577a3be0db1e34ff8a37"

def install
bin.install "snctl"
Expand All @@ -31,7 +31,7 @@ def install
on_intel do
if Hardware::CPU.is_64_bit?
url "https://storage.googleapis.com/downloads.streamnative.cloud/snctl/v0.19.1/snctl_0.19.1_linux_amd64.tar.gz"
sha256 "bf5a292b8beb128a6f0a2d04d04c35e5c62bfd29a38329aed7ea1312189935d1"
sha256 "9a88a0c4c530ccce5fe53a6077899d75ff2434e3625d10f66e7964e43a995167"

def install
bin.install "snctl"
Expand All @@ -41,7 +41,7 @@ def install
on_arm do
if Hardware::CPU.is_64_bit?
url "https://storage.googleapis.com/downloads.streamnative.cloud/snctl/v0.19.1/snctl_0.19.1_linux_arm64.tar.gz"
sha256 "348f88efa3b1e3863a0bf3c958f10109da5e6a23429c783baefc5d73402357cd"
sha256 "220825f3a5b19245ffbedaafb14a7ebd23a9e6cfcc788c815ede89cf3d72573d"

def install
bin.install "snctl"
Expand Down

0 comments on commit bf37700

Please sign in to comment.