From 11f1e5b5109aa22ade8ffa2c627b8a411a68b63d Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Date: Sat, 29 Apr 2023 08:43:27 +0300 Subject: [PATCH] ytt@0.45.0: Add arm64 architecture (#4738) * ytt@0.45.0: Fix upstream url * ytt@0.45.0: Add arm64 architecture --- bucket/ytt.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/bucket/ytt.json b/bucket/ytt.json index 21b962d06b..a7b66cf6ff 100644 --- a/bucket/ytt.json +++ b/bucket/ytt.json @@ -5,18 +5,25 @@ "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/vmware-tanzu/carvel-ytt/releases/download/v0.45.0/ytt-windows-amd64.exe#/ytt.exe", + "url": "https://github.com/carvel-dev/ytt/releases/download/v0.45.0/ytt-windows-amd64.exe#/ytt.exe", "hash": "49a857875a07640dc3a5e522cbc19ef2f9ba74b8c2047848b845b20d0addc4a8" + }, + "arm64": { + "url": "https://github.com/carvel-dev/ytt/releases/download/v0.45.0/ytt-windows-arm64.exe#/ytt.exe", + "hash": "e381003ecf167e9a7dadf5a18026511f08a1c5fd9a393ad565650e3c7d444be2" } }, "bin": "ytt.exe", "checkver": { - "github": "https://github.com/vmware-tanzu/carvel-ytt" + "github": "https://github.com/carvel-dev/ytt" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/vmware-tanzu/carvel-ytt/releases/download/v$version/ytt-windows-amd64.exe#/ytt.exe" + "url": "https://github.com/carvel-dev/ytt/releases/download/v$version/ytt-windows-amd64.exe#/ytt.exe" + }, + "arm64": { + "url": "https://github.com/carvel-dev/ytt/releases/download/v$version/ytt-windows-arm64.exe#/ytt.exe" } }, "hash": {