ScoopInstaller_Main/bucket/upbound-cli.json
2024-01-31 00:32:44 +00:00

28 lines
874 B
JSON

{
"version": "0.22.1",
"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.22.1/bin/windows_amd64/up.exe",
"hash": "8dbc2bc94e35a9edf22b330e785d0ad3e4494720d93391c459169e0635a7fe16"
}
},
"bin": "up.exe",
"checkver": {
"url": "https://api.github.com/repositories/345125931/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"
}
}
}