mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
upbound-cli: Add version 0.11.0 (#3743)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
parent
66feec09f3
commit
305942864f
27
bucket/upbound-cli.json
Normal file
27
bucket/upbound-cli.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"version": "0.11.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.11.0/bin/windows_amd64/up.exe",
|
||||
"hash": "47e08b86a3f3c40652fa2d51dd8e27d85c7e113fdfeb4f02fc20896072baab9b"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user