Skip to content

Commit 88e99da

Browse files
committed
chore: autopublish 2024-07-16T12:21:45Z
1 parent 7068806 commit 88e99da

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
@@ -25,7 +25,7 @@ install() {
2525
if [[ `uname` == Darwin ]]; then
2626
binary_type=darwin-amd64
2727

28-
ytt_checksum=10bb753984bed1f351fb767810fdccb5def531ad77b27093f71698a44ab45965
28+
ytt_checksum=d79f0b4189403c4142f5c646989de0769a316896a6096dfd1719605d313e8d1e
2929
imgpkg_checksum=02a7e3fd0142c1053c14a87084820c1940f34c7372c16d883ef54091a37ac30d
3030
kbld_checksum=cfdfc5198b746b564ec81486e5d8e6aa944a7c326adf502091dbd75e5f5b4898
3131
kapp_checksum=8ad9d09844fd0710537190e1743b8fbcbe02b05f8180151e3420908120731071
@@ -35,7 +35,7 @@ install() {
3535
else
3636
binary_type=linux-amd64
3737

38-
ytt_checksum=20a2f7466157a9c6189e885d0027e17c48776e65627f30fe04bffeef1d6f6166
38+
ytt_checksum=61dec6e00131f990db853afc4b7531c318bd3af3ba18f2cfdbc0d5e83a45c445
3939
imgpkg_checksum=4f87f219012e48b917d7aaf8b0ee71729f2572fc1a3deb7483bd8744fe2e1a06
4040
kbld_checksum=119e7d11e66e512896ce42aba9cc7f783388da3cbb258b793e7419a3167af2a9
4141
kapp_checksum=3eed107de438378b35e619b37791512984e870e7e647fea312226a0e6fc9cd43
@@ -48,11 +48,11 @@ install() {
4848

4949

5050
echo "Installing ytt..."
51-
$dl_bin https://github.com/carvel-dev/ytt/releases/download/v0.49.1/ytt-${binary_type} > /tmp/ytt
51+
$dl_bin https://github.com/carvel-dev/ytt/releases/download/v0.50.0/ytt-${binary_type} > /tmp/ytt
5252
echo "${ytt_checksum} /tmp/ytt" | shasum -c -
5353
mv /tmp/ytt ${dst_dir}/ytt
5454
chmod +x ${dst_dir}/ytt
55-
echo "Installed ${dst_dir}/ytt v0.49.1"
55+
echo "Installed ${dst_dir}/ytt v0.50.0"
5656

5757
echo "Installing imgpkg..."
5858
$dl_bin https://github.com/carvel-dev/imgpkg/releases/download/v0.43.0/imgpkg-${binary_type} > /tmp/imgpkg

0 commit comments

Comments
 (0)