Skip to content

Commit 75623b6

Browse files
author
guardian
committed
Brew formula update for chainctl version v0.2.196
1 parent 94bec81 commit 75623b6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/chainctl.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
class Chainctl < Formula
66
desc "CLI for the Chainguard Platform"
77
homepage "https://chainguard.dev"
8-
version "0.2.195"
8+
version "0.2.196"
99

1010
on_macos do
1111
if Hardware::CPU.intel?
12-
url "https://dl.enforce.dev/chainctl/0.2.195/chainctl_darwin_x86_64"
13-
sha256 "144de2a1f791f00431f88e3b0a6a43c7666358c86834842589eba90094977d83"
12+
url "https://dl.enforce.dev/chainctl/0.2.196/chainctl_darwin_x86_64"
13+
sha256 "7084d7e14ff4b0bdd793b6d86c9766755f38fe38465cb628c276c3953b21c4d7"
1414

1515
def install
1616
bin.install "chainctl_darwin_x86_64" => "chainctl"
1717
end
1818
end
1919
if Hardware::CPU.arm?
20-
url "https://dl.enforce.dev/chainctl/0.2.195/chainctl_darwin_arm64"
21-
sha256 "c22c741620cba8e022314bd1882ba68243ae5e42672e32619aa39d5de3322614"
20+
url "https://dl.enforce.dev/chainctl/0.2.196/chainctl_darwin_arm64"
21+
sha256 "3d99f83a6e3235656d69a6e5a974fc7f0ce52910896a81202acf7340477de273"
2222

2323
def install
2424
bin.install "chainctl_darwin_arm64" => "chainctl"
@@ -28,15 +28,15 @@ def install
2828

2929
on_linux do
3030
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
31-
url "https://dl.enforce.dev/chainctl/0.2.195/chainctl_linux_x86_64"
32-
sha256 "8b6e574d0755748e4f1ab4c054310018aa9c958911c9259b5e7e36fda6abc5de"
31+
url "https://dl.enforce.dev/chainctl/0.2.196/chainctl_linux_x86_64"
32+
sha256 "6e12cebff405990de03a88c0f91d01010aacda15dcf52ba300165edde5e54894"
3333
def install
3434
bin.install "chainctl_linux_x86_64" => "chainctl"
3535
end
3636
end
3737
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
38-
url "https://dl.enforce.dev/chainctl/0.2.195/chainctl_linux_arm64"
39-
sha256 "ee422c6186962ea7397e5c8292f0d65bcf6fca7ac9ab300714782cdc268552bd"
38+
url "https://dl.enforce.dev/chainctl/0.2.196/chainctl_linux_arm64"
39+
sha256 "63996e4e65c4084aea14a9b45eb12488b36359291788fe75e147ad940cd326a5"
4040
def install
4141
bin.install "chainctl_linux_arm64" => "chainctl"
4242
end

0 commit comments

Comments
 (0)