Skip to content

Commit fba1e49

Browse files
author
guardian
committed
Brew formula update for chainctl version v0.2.112
1 parent ce6826d commit fba1e49

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

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.110"
8+
version "0.2.112"
99

1010
on_macos do
1111
if Hardware::CPU.intel?
12-
url "https://dl.enforce.dev/chainctl/0.2.110/chainctl_darwin_x86_64"
13-
sha256 "890eb6470b1bd7edf7e0d5500dc1dcc4ab3d35df850ba2cbdefe5bd84f7e21c9"
12+
url "https://dl.enforce.dev/chainctl/0.2.112/chainctl_darwin_x86_64"
13+
sha256 "3100f2a1546f23704258589f994f1947f2ef5ae86700932c63146a9db521ed92"
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.110/chainctl_darwin_arm64"
21-
sha256 "4ac66fdb742a610b2d94d63665e6666515e5baf043145c31e8a527ca198ee61d"
20+
url "https://dl.enforce.dev/chainctl/0.2.112/chainctl_darwin_arm64"
21+
sha256 "a4b5c46bde7a3f3b55710c78cab9fff7f261615c1f5ac564916fc80e8ff0466b"
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? and Hardware::CPU.is_64_bit?
31-
url "https://dl.enforce.dev/chainctl/0.2.110/chainctl_linux_x86_64"
32-
sha256 "dfba969bd54ecc4b2add7b2dcb18a9241fc2549f0607f78301b12e7d913b33de"
31+
url "https://dl.enforce.dev/chainctl/0.2.112/chainctl_linux_x86_64"
32+
sha256 "2c2452438170e5ee0d9c4618b7881f01d58730d271303e209639f2b255168d16"
3333
def install
3434
bin.install "chainctl_linux_x86_64" => "chainctl"
3535
end
3636
end
3737
if Hardware::CPU.arm? and Hardware::CPU.is_64_bit?
38-
url "https://dl.enforce.dev/chainctl/0.2.110/chainctl_linux_arm64"
39-
sha256 "2a6b4d6c31c1a28e4b35438e2ba234740868a81006262fdb24e983d7cef76b34"
38+
url "https://dl.enforce.dev/chainctl/0.2.112/chainctl_linux_arm64"
39+
sha256 "95733bc635b875950b17cbdc061cf2c8d96cd4b4c0f69046265b6e3a918150f6"
4040
def install
4141
bin.install "chainctl_linux_arm64" => "chainctl"
4242
end

0 commit comments

Comments
 (0)