Skip to content

Commit

Permalink
chore: autopublish 2024-04-16T11:53:39Z
Browse files Browse the repository at this point in the history
  • Loading branch information
carvel-bot committed Apr 16, 2024
1 parent 6a9bc77 commit a4ad50e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/static/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install() {
binary_type=darwin-amd64

ytt_checksum=71b5ea38bfc7a9748c35ce0735fd6f806dce46bd5c9039d527050c7682e62a70
imgpkg_checksum=50d63ad2b4735858112a55e3a2baf9af8568e459e79537f7aa04baf60b291797
imgpkg_checksum=bbe4c9a3eae83df55b267506a3e6b22d94a7b4ed642f94797779e2b0ba647373
kbld_checksum=aa19ffb064f38a0826c73fb34c58ce4ff0b1c508afb3e03f2f8d76b7e29202a2
kapp_checksum=b4b980d4bc97508bec2416bc50888f55c7e4d96ada71a072003d2eee571db995
kwt_checksum=ea9e6eb76b203799d9f0d3177ac32b9d1d8e531bae363141dfe7030cb6e53a88
Expand All @@ -36,7 +36,7 @@ install() {
binary_type=linux-amd64

ytt_checksum=357ec754446b1eda29dd529e088f617e85809726c686598ab03cfc1c79f43b56
imgpkg_checksum=e6291309be274d8137116bba06824af763e22110d48e9cc45aca0d3135420966
imgpkg_checksum=0bb6235af28abafc3458e30fbbd49e040aaa2189c4c39212a3c7a5a57ea83754
kbld_checksum=c5eb701a9682e73a8caa636a735bd2a587343bcbdf6c2eaabb5d99b9c57cab7e
kapp_checksum=6eb24733364213967c434ca77a7b3516f80c962e1da1ba57ce4c495556cf1585
kwt_checksum=1022483a8b59fe238e782a9138f1fee6ca61ecf7ccd1e5f0d98e95c56df94d87
Expand All @@ -55,11 +55,11 @@ install() {
echo "Installed ${dst_dir}/ytt v0.49.0"

echo "Installing imgpkg..."
$dl_bin https://github.com/carvel-dev/imgpkg/releases/download/v0.41.1/imgpkg-${binary_type} > /tmp/imgpkg
$dl_bin https://github.com/carvel-dev/imgpkg/releases/download/v0.42.0/imgpkg-${binary_type} > /tmp/imgpkg
echo "${imgpkg_checksum} /tmp/imgpkg" | shasum -c -
mv /tmp/imgpkg ${dst_dir}/imgpkg
chmod +x ${dst_dir}/imgpkg
echo "Installed ${dst_dir}/imgpkg v0.41.1"
echo "Installed ${dst_dir}/imgpkg v0.42.0"

echo "Installing kbld..."
$dl_bin https://github.com/carvel-dev/kbld/releases/download/v0.42.0/kbld-${binary_type} > /tmp/kbld
Expand Down

0 comments on commit a4ad50e

Please sign in to comment.