mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.51.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.51.0/ytt-windows-amd64.exe#/ytt.exe",
|
|
"hash": "9ed62a77a178232def4a1ab355a2bfa0f5153a5e7d35c065d16c6a343f2ab232"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/carvel-dev/ytt/releases/download/v0.51.0/ytt-windows-arm64.exe#/ytt.exe",
|
|
"hash": "ffd4e18c77f522e2bbe4ee33266c06e738e58e2a25ccdbd939b6a616bd808cda"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|