ytt@0.45.0: Add arm64 architecture (#4738)

* ytt@0.45.0: Fix upstream url

* ytt@0.45.0: Add arm64 architecture
This commit is contained in:
Aliaksandr Belik 2023-04-29 08:43:27 +03:00 committed by GitHub
parent cc63f28dc7
commit 11f1e5b510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,18 +5,25 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "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" "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", "bin": "ytt.exe",
"checkver": { "checkver": {
"github": "https://github.com/vmware-tanzu/carvel-ytt" "github": "https://github.com/carvel-dev/ytt"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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": { "hash": {