Skip to content

Commit 5543b9f

Browse files
authored
Update kitctl to v0.0.16 (#216)
Created by Github actions during Release CLI action
1 parent 26ce6d0 commit 5543b9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kitctl.rb

Lines changed: 3 additions & 3 deletions
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.14'
5+
version '0.0.16'
66
if OS.mac? && Hardware::CPU.is_64_bit?
7-
url 'https://github.com/awslabs/kubernetes-iteration-toolkit/releases/download/v0.0.14/kitctl_v0.0.14_darwin_amd64.zip'
8-
sha256 '44a22c992cce1f449555e759d097caaa6878e8f0b662ada681874c22cb082944'
7+
url 'https://github.com/awslabs/kubernetes-iteration-toolkit/releases/download/v0.0.16/kitctl_v0.0.16_darwin_amd64.zip'
8+
sha256 '490cfae9cd79933b637532e105c46db9f39b53c7a3542b1e4e58872743fec5b3'
99
else
1010
echo "Hardware not supported"
1111
exit 1

0 commit comments

Comments
 (0)