2025-05-06 00:39:39 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.52.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.52.0/ytt-windows-amd64.exe#/ytt.exe",
"hash": "a01005ec823b8cb048f6ac2962233ec340cf9040e254fee5c28d0e784da4ca49"
},
"arm64": {
"url": "https://github.com/carvel-dev/ytt/releases/download/v0.52.0/ytt-windows-arm64.exe#/ytt.exe",
"hash": "063cf006ddcb6592500c8bedb20850ffd332e058fd34c1abff781bb6ef68c590"
}
},
"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"
}
}
}