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