2024-07-16 16:28:44 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.50.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.50.0/ytt-windows-amd64.exe#/ytt.exe",
"hash": "4067a41d44d977b5bd492c227ae9cc62d803df788ec9f4d612f89090eb01e946"
},
"arm64": {
"url": "https://github.com/carvel-dev/ytt/releases/download/v0.50.0/ytt-windows-arm64.exe#/ytt.exe",
"hash": "01bbd9490c48309909ef7e314fcaf284667017c31321dc4edc30e2edf0dfa1c1"
}
},
"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"
}
}
}