mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 15:11:21 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.15.1",
|
|
"description": "A Virtual Kubernetes Cluster that runs inside of Kubernetes.",
|
|
"homepage": "https://www.vcluster.com",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/loft-sh/vcluster/releases/download/v0.15.1/vcluster-windows-amd64.exe#/vcluster.exe",
|
|
"hash": "397b70735c8cb284d873447d7a2c34f29453013d8f8773f403842e36ff79c90d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/loft-sh/vcluster/releases/download/v0.15.1/vcluster-windows-386.exe#/vcluster.exe",
|
|
"hash": "3f8caf1341d8a837e9792e3ee41beb30e2277464afc6936b4036fc15e918141a"
|
|
}
|
|
},
|
|
"bin": "vcluster.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/loft-sh/vcluster"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/loft-sh/vcluster/releases/download/v$version/vcluster-windows-amd64.exe#/vcluster.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/loft-sh/vcluster/releases/download/v$version/vcluster-windows-386.exe#/vcluster.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|