mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
28 lines
868 B
JSON
28 lines
868 B
JSON
{
|
|
"version": "0.16.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.16.1/bin/windows_amd64/up.exe",
|
|
"hash": "6f099f68517e6234c307798645df6accf07df4e84f83a64d39af3e53582d6d26"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|