2023-01-27 04:27:52 +00:00

27 lines
864 B
JSON

{
"version": "0.44.3",
"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/vmware-tanzu/carvel-ytt/releases/download/v0.44.3/ytt-windows-amd64.exe#/ytt.exe",
"hash": "f7a7e8ef12bda28402bfb2f37e0eaab2c06ec6345bb27bd6145496b8fd77e043"
}
},
"bin": "ytt.exe",
"checkver": {
"github": "https://github.com/vmware-tanzu/carvel-ytt"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vmware-tanzu/carvel-ytt/releases/download/v$version/ytt-windows-amd64.exe#/ytt.exe"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}