Skip to content

Commit 626601f

Browse files
author
guardian
committed
Brew formula update for chainctl version v0.2.204
1 parent d3ee498 commit 626601f

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.203"
8+
version "0.2.204"
99

1010
on_macos do
1111
if Hardware::CPU.intel?
12-
url "https://dl.enforce.dev/chainctl/0.2.203/chainctl_darwin_x86_64"
13-
sha256 "d21a1cc6052fdf6f833c87e40e8c0f4215081af4cccd596358544a7ae4d382e7"
12+
url "https://dl.enforce.dev/chainctl/0.2.204/chainctl_darwin_x86_64"
13+
sha256 "56aae82cac6840b6f7057373f53f2456f716d5fb14ea99d4abe6366f04dece9e"
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.203/chainctl_darwin_arm64"
21-
sha256 "46c950b2e1719d32a84f00085061ea8afe5a37ed19238ffe88f0192d7ca80c7c"
20+
url "https://dl.enforce.dev/chainctl/0.2.204/chainctl_darwin_arm64"
21+
sha256 "7f6bc7d9007b4a2a09f5a54bd6efc94d4b3fe3042d672243d6aa6383b37c8d23"
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.203/chainctl_linux_x86_64"
32-
sha256 "7abb47abf4b06cc733df8b44bcbda1f5d8768d3c8de36dd5b0e738ed8cb36274"
31+
url "https://dl.enforce.dev/chainctl/0.2.204/chainctl_linux_x86_64"
32+
sha256 "aa97699c3d09a00a49161d46bdd4ccb1b0bdc92e41d13f7460c8037113bec32b"
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.203/chainctl_linux_arm64"
39-
sha256 "5840dd7b28c8a3a96a3fded2c2fb873dd87e1ea891917f2d585085af797d51fd"
38+
url "https://dl.enforce.dev/chainctl/0.2.204/chainctl_linux_arm64"
39+
sha256 "56d78b5ed4ff9eeca37c8b676c60622c3b3b638461bc746ee622228e96e68826"
4040
def install
4141
bin.install "chainctl_linux_arm64" => "chainctl"
4242
end

0 commit comments

Comments
 (0)