Skip to content

Commit

Permalink
chore: autopublish 2024-04-16T06:54:03Z
Browse files Browse the repository at this point in the history
  • Loading branch information
carvel-bot committed Apr 16, 2024
1 parent cbc5bb4 commit 5c94ca8
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 @@ -25,7 +25,7 @@ install() {
if [[ `uname` == Darwin ]]; then
binary_type=darwin-amd64

ytt_checksum=9ac24bf6f7f354182d9304f2abd888681e2c360a3d82664a6664a83b6cf5b324
ytt_checksum=71b5ea38bfc7a9748c35ce0735fd6f806dce46bd5c9039d527050c7682e62a70
imgpkg_checksum=50d63ad2b4735858112a55e3a2baf9af8568e459e79537f7aa04baf60b291797
kbld_checksum=aa19ffb064f38a0826c73fb34c58ce4ff0b1c508afb3e03f2f8d76b7e29202a2
kapp_checksum=8746b9b49c47f27b9b08f425f247a3ea0b847f5cb9a1b88e4cff6c036112c7d7
Expand All @@ -35,7 +35,7 @@ install() {
else
binary_type=linux-amd64

ytt_checksum=090dc914c87e5ba5861e37f885f12bac3b15559c183c30d4af2e63ccab03d5f9
ytt_checksum=357ec754446b1eda29dd529e088f617e85809726c686598ab03cfc1c79f43b56
imgpkg_checksum=e6291309be274d8137116bba06824af763e22110d48e9cc45aca0d3135420966
kbld_checksum=c5eb701a9682e73a8caa636a735bd2a587343bcbdf6c2eaabb5d99b9c57cab7e
kapp_checksum=7cc17971634da69c80d7159199c2c514c38b479d28987e055ce2c173bfbd9306
Expand All @@ -48,11 +48,11 @@ install() {


echo "Installing ytt..."
$dl_bin https://github.com/carvel-dev/ytt/releases/download/v0.48.0/ytt-${binary_type} > /tmp/ytt
$dl_bin https://github.com/carvel-dev/ytt/releases/download/v0.49.0/ytt-${binary_type} > /tmp/ytt
echo "${ytt_checksum} /tmp/ytt" | shasum -c -
mv /tmp/ytt ${dst_dir}/ytt
chmod +x ${dst_dir}/ytt
echo "Installed ${dst_dir}/ytt v0.48.0"
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
Expand Down

0 comments on commit 5c94ca8

Please sign in to comment.