ScoopInstaller_Main/bucket/upbound-cli.json
2024-06-07 20:25:49 +00:00

28 lines
874 B
JSON

{
"version": "0.31.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.31.0/bin/windows_amd64/up.exe",
"hash": "92216fcd4b387bf172cd15245451c0e711f2f7689a08bdb92a5c89333f73b917"
}
},
"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"
}
}
}