ScoopInstaller_Main/bucket/upbound-cli.json
2023-06-27 20:25:58 +00:00

28 lines
868 B
JSON

{
"version": "0.18.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.18.0/bin/windows_amd64/up.exe",
"hash": "1ede4ddd26710f553ade6b4223a65de49b9e120731cb2599c8b407fad5a39747"
}
},
"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"
}
}
}