Skip to content

Commit 9d88ef5

Browse files
author
guardian
committed
Brew formula update for chainctl version v0.2.206
1 parent 94c2e7b commit 9d88ef5

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.205"
8+
version "0.2.206"
99

1010
on_macos do
1111
if Hardware::CPU.intel?
12-
url "https://dl.enforce.dev/chainctl/0.2.205/chainctl_darwin_x86_64"
13-
sha256 "5babf91ada4cac3eb700dfcc8168d6c41a228784b8d9154da6e89b75f43c67af"
12+
url "https://dl.enforce.dev/chainctl/0.2.206/chainctl_darwin_x86_64"
13+
sha256 "42639e32120313aa99ae8f75f50d010dcddfd93fade54fdf1ac49bd4da1efbf1"
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.205/chainctl_darwin_arm64"
21-
sha256 "fb900e22575c4bc2aebbb21130429be33b90daf79f6f42bd11dee18e17c021f4"
20+
url "https://dl.enforce.dev/chainctl/0.2.206/chainctl_darwin_arm64"
21+
sha256 "39bc10e95a5e173361c474c0e159f34553c27e0313664dafffc67c0a2d12b301"
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.205/chainctl_linux_x86_64"
32-
sha256 "9a6e4379d60a74464c6961a7db3fb69283d79eb9e0a8c2edfd12ae015915df7c"
31+
url "https://dl.enforce.dev/chainctl/0.2.206/chainctl_linux_x86_64"
32+
sha256 "d1509af58b0a3b22ddd39bb43a83ea10338330f03392672b0c394432ec41bdd1"
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.205/chainctl_linux_arm64"
39-
sha256 "e3b75931a1f348d83e2362d2556a72e626ca03e5143d89ba0f865daa9d1ee877"
38+
url "https://dl.enforce.dev/chainctl/0.2.206/chainctl_linux_arm64"
39+
sha256 "ec98b4aa7f121f4d83d928d2fe9bbd0536259f8e46e131c29a0b0b074e06be92"
4040
def install
4141
bin.install "chainctl_linux_arm64" => "chainctl"
4242
end

0 commit comments

Comments
 (0)