2025-12-16 12:32:24 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.52.2",
"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.2/ytt-windows-amd64.exe#/ytt.exe",
"hash": "8d7904ef61cd26e5bd94cd0e0cfc5cd4e7d5501845290034bfe87fee05cecb03"
},
"arm64": {
"url": "https://github.com/carvel-dev/ytt/releases/download/v0.52.2/ytt-windows-arm64.exe#/ytt.exe",
"hash": "5242b9078abd483da46f13f715254f415b6328b2d979af24a4074b56007a43ba"
}
},
"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"
}
}
}