Aliaksandr Belik 11f1e5b510
ytt@0.45.0: Add arm64 architecture (#4738)
* ytt@0.45.0: Fix upstream url

* ytt@0.45.0: Add arm64 architecture
2023-04-29 11:13:27 +05:30

34 lines
1.2 KiB
JSON

{
"version": "0.45.0",
"description": "YAML templating tool that works on YAML structure instead of text",
"homepage": "https://carvel.dev/ytt",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"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/carvel-dev/ytt"
},
"autoupdate": {
"architecture": {
"64bit": {
"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": {
"url": "$baseurl/checksums.txt"
}
}
}