2024-12-11 12:33:19 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.51.1",
"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.51.1/ytt-windows-amd64.exe#/ytt.exe",
"hash": "c2a918ab38781dccd48e7ee5c87f2d78ecce6bb8a47c957e087d689fd555c6d0"
},
"arm64": {
"url": "https://github.com/carvel-dev/ytt/releases/download/v0.51.1/ytt-windows-arm64.exe#/ytt.exe",
"hash": "455ea8a02f6fa3ae7e885fb06977c653c758fd65dd79f94954114eb4a7cd39fe"
}
},
"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"
}
}
}