ScoopInstaller_Main/bucket/upbound-cli.json
2023-10-11 00:33:01 +00:00

28 lines
868 B
JSON

{
"version": "0.20.0",
"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.20.0/bin/windows_amd64/up.exe",
"hash": "79766d6af51c7aa467232a5444511fd4361e1f7244124583b75004f03da9a78a"
}
},
"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"
}
}
}