mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.52.1",
|
|
"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.52.1/ytt-windows-amd64.exe#/ytt.exe",
|
|
"hash": "b437deb4eb8c9ada3e1405272450cdf33a0450684609af7df2eaccf36f1c1c92"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/carvel-dev/ytt/releases/download/v0.52.1/ytt-windows-arm64.exe#/ytt.exe",
|
|
"hash": "a887653ace89a6c102646d685b01c6cb637aa2b1e0987b1be5a799ebefc893fa"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|