2026-01-27 12:32:25 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.53.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.53.0/ytt-windows-amd64.exe#/ytt.exe",
"hash": "5316ea78cdd03a65d4c508b8af57670b461057c4f0050de12661af7125ba2e16"
},
"arm64": {
"url": "https://github.com/carvel-dev/ytt/releases/download/v0.53.0/ytt-windows-arm64.exe#/ytt.exe",
"hash": "581863d3b27474bfcbb6101bfe070dfc9a1e3d914b197a7195a6bbdc92a21fc4"
}
},
"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"
}
}
}