2024-04-16 09:07:59 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.49.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.49.0/ytt-windows-amd64.exe#/ytt.exe",
"hash": "a0e8140e1924db591994a7063dc2ea38256ee0aabda650820dd69fac8d20c077"
},
"arm64": {
"url": "https://github.com/carvel-dev/ytt/releases/download/v0.49.0/ytt-windows-arm64.exe#/ytt.exe",
"hash": "75db553804956df279d0121067f4b052c539b2fafb4d5beff11ddb6792f30775"
}
},
"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"
}
}
}