ScoopInstaller_Main/bucket/upbound-cli.json
2024-02-29 08:25:37 +00:00

28 lines
874 B
JSON

{
"version": "0.24.2",
"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.24.2/bin/windows_amd64/up.exe",
"hash": "c44cc7282e7d2a3ff27f91bae0f952f42c9e41df1529053febdda6c786b700c7"
}
},
"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"
}
}
}