Skip to content

Commit

Permalink
chore: autopublish 2023-08-14T14:59:26Z
Browse files Browse the repository at this point in the history
  • Loading branch information
carvel-bot committed Aug 14, 2023
1 parent dc18cb2 commit 1b2774e
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=a21a6e45f92ae71eae95e771bb8da6e939593c6679d3da36c4ae2204afdcce5f
ytt_checksum=2b6d173dec1b6087e22690386474786fd9a2232c4479d8975cc98ae8160eea76
imgpkg_checksum=c4a5d84b38a90e924e743f48c3d526465f9eb3ee8fbbf5526414e816951aa819
kbld_checksum=2503d10022133005f03ae0f5a7ee46460799f6d7950c2967423820b4acbcdc5f
kapp_checksum=e71048d2b11a2c10258079cc134d7d2c2b6584429202a6212306380d3a8c0a30
Expand All @@ -35,7 +35,7 @@ install() {
else
binary_type=linux-amd64

ytt_checksum=a6729fb8514f10ab58f9ed3b50cd90ef79bf16d1cb29173baa84e1af0bc5ad4f
ytt_checksum=9bf62175c7cc0b54f9731a5b87ee40250f0457b1fce1b0b36019c2f8d96db8f8
imgpkg_checksum=1248f35565a67dd4505d42b324c527f2690d9986d2932fe717a4ffdb9271f9ff
kbld_checksum=814dbd68282717481db7bd99e56cc3f6ff0664880daf880aa44c88ff10d9588b
kapp_checksum=b253ea9cf6add07f9497955147dc12e8612c24c36dc9929c9a4fecdc76752bd3
Expand All @@ -48,11 +48,11 @@ install() {


echo "Installing ytt..."
$dl_bin https://github.com/carvel-dev/ytt/releases/download/v0.45.3/ytt-${binary_type} > /tmp/ytt
$dl_bin https://github.com/carvel-dev/ytt/releases/download/v0.45.4/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.45.3"
echo "Installed ${dst_dir}/ytt v0.45.4"

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

0 comments on commit 1b2774e

Please sign in to comment.