ScoopInstaller_Main/bucket/upbound-cli.json

28 lines
874 B
JSON

{
"version": "0.21.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.21.0/bin/windows_amd64/up.exe",
"hash": "99fc37b3c5ee99d3c509341643a96fe3470e0f0653ced179c15d9aa4dc44d172"
}
},
"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"
}
}
}