ScoopInstaller_Main/bucket/upbound-cli.json
2022-08-02 04:50:36 +00:00

28 lines
868 B
JSON

{
"version": "0.12.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.12.1/bin/windows_amd64/up.exe",
"hash": "db3c9c5e38162990ef31eb4f5f79aa08a1c8fbdde46589a2b2c12d261cf8c069"
}
},
"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"
}
}
}