mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-27 05:44:39 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.53.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.53.2/ytt-windows-amd64.exe#/ytt.exe",
|
|
"hash": "641f84d65af7459ccaaa83694666bc9e5deb92b2b2dd94c34f51ddd94f0c69d2"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/carvel-dev/ytt/releases/download/v0.53.2/ytt-windows-arm64.exe#/ytt.exe",
|
|
"hash": "7c825bfb2e11565904d23bd9b850fb73de3a73bf5019986d9f08807875a86c6b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|