ScoopInstaller_Main/bucket/upbound-cli.json
2023-10-06 00:32:57 +00:00

28 lines
868 B
JSON

{
"version": "0.19.2",
"description": "Official CLI for interacting with Upbound Cloud, Upbound Enterprise, and Universal Crossplane (UXP).",
"homepage": "https://cloud.upbound.io/docs/cli",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://cli.upbound.io/stable/v0.19.2/bin/windows_amd64/up.exe",
"hash": "12473553551517ded9228111b8f12ef7f5e21676e4f92d9eaf46da3b4183aa72"
}
},
"bin": "up.exe",
"checkver": {
"url": "https://api.github.com/repos/upbound/up/tags",
"regex": "tags/v([\\d.]+)\""
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://cli.upbound.io/stable/v$version/bin/windows_amd64/up.exe"
}
},
"hash": {
"url": "$baseurl/up.sha256"
}
}
}