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.46.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.46.0/ytt-windows-amd64.exe#/ytt.exe",
|
|
"hash": "59b9c97fd7a30a9fa7c453e774078212d2751c247b6c99c5a8ff5bae5fc0703f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/carvel-dev/ytt/releases/download/v0.46.0/ytt-windows-arm64.exe#/ytt.exe",
|
|
"hash": "4738b733718717ceffe71f61053b24f059e85af8a00061a7f169a9b2342ca800"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|