mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-23 00:51:18 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.46.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.46.2/ytt-windows-amd64.exe#/ytt.exe",
|
|
"hash": "027a12c62b3233a409d1eeabe689be9ff97de312dd6f18063000cdfa65b41032"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/carvel-dev/ytt/releases/download/v0.46.2/ytt-windows-arm64.exe#/ytt.exe",
|
|
"hash": "71f9a7d83f51fd3a6096720d2f7f10184c62030e090fdb9daad62e1de0627aad"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|