Skip to content

Commit 86e6760

Browse files
committed
chore: autopublish 2024-07-17T06:52:12Z
1 parent 88e99da commit 86e6760

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/static/install.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install() {
3030
kbld_checksum=cfdfc5198b746b564ec81486e5d8e6aa944a7c326adf502091dbd75e5f5b4898
3131
kapp_checksum=8ad9d09844fd0710537190e1743b8fbcbe02b05f8180151e3420908120731071
3232
kwt_checksum=ea9e6eb76b203799d9f0d3177ac32b9d1d8e531bae363141dfe7030cb6e53a88
33-
vendir_checksum=3941cf7b7ba1219d574b93ce1bd8b77928ad9ff9cdf8e2debf3ae11ae695792f
33+
vendir_checksum=295714208c95c4a3602fc2308d098a7540a2b71fdc1e104f95b3816fa073852c
3434
kctrl_checksum=2e631dbaea16186bb6cec158d781748705ea425bd2e89d0a6c173f8ca2be3ca9
3535
else
3636
binary_type=linux-amd64
@@ -40,7 +40,7 @@ install() {
4040
kbld_checksum=119e7d11e66e512896ce42aba9cc7f783388da3cbb258b793e7419a3167af2a9
4141
kapp_checksum=3eed107de438378b35e619b37791512984e870e7e647fea312226a0e6fc9cd43
4242
kwt_checksum=1022483a8b59fe238e782a9138f1fee6ca61ecf7ccd1e5f0d98e95c56df94d87
43-
vendir_checksum=d7c602d8882085be78cd02a575a6c3b437bb2fa1ff1067712f593d8cf05c94fa
43+
vendir_checksum=3b1094bf45a9ff5c2915a986f4d7cee8480c3cab31c060445f851c48f397ee31
4444
kctrl_checksum=355e239fd2c8fe952620c301792098b4bcaebdd965d760a1a8283dd0824a3782
4545
fi
4646

@@ -83,11 +83,11 @@ install() {
8383
echo "Installed ${dst_dir}/kwt v0.0.8"
8484

8585
echo "Installing vendir..."
86-
$dl_bin https://github.com/carvel-dev/vendir/releases/download/v0.40.1/vendir-${binary_type} > /tmp/vendir
86+
$dl_bin https://github.com/carvel-dev/vendir/releases/download/v0.41.0/vendir-${binary_type} > /tmp/vendir
8787
echo "${vendir_checksum} /tmp/vendir" | shasum -c -
8888
mv /tmp/vendir ${dst_dir}/vendir
8989
chmod +x ${dst_dir}/vendir
90-
echo "Installed ${dst_dir}/vendir v0.40.1"
90+
echo "Installed ${dst_dir}/vendir v0.41.0"
9191

9292
echo "Installing kctrl..."
9393
$dl_bin https://github.com/carvel-dev/kapp-controller/releases/download/v0.52.0/kctrl-${binary_type} > /tmp/kctrl

0 commit comments

Comments
 (0)