Skip to content

Commit 982227a

Browse files
authored
Update kitctl to v0.0.22 (awslabs#372)
Created by Github actions during Release CLI action
1 parent 4b00082 commit 982227a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kitctl.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
require 'formula'
33
class Kitctl < Formula
44
homepage 'https://github.com/awslabs/kubernetes-iteration-toolkit/substrate'
5-
version '0.0.21'
5+
version '0.0.22'
66
if OS.mac? && Hardware::CPU.is_64_bit?
7-
url 'https://github.com/awslabs/kubernetes-iteration-toolkit/releases/download/v0.0.21/kitctl_v0.0.21_darwin_amd64.zip'
8-
sha256 'e5f430d430e9fbf65cee48cbf4201759b0ac41a46109e10b93d6b43beef105ee'
7+
url 'https://github.com/awslabs/kubernetes-iteration-toolkit/releases/download/v0.0.22/kitctl_v0.0.22_darwin_amd64.zip'
8+
sha256 '8e7fd7a6466f97037788b498a2a98d3f5eb980a7db5c3b678c664b66fef6d007'
99
else
1010
echo "Hardware not supported"
1111
exit 1

0 commit comments

Comments
 (0)