ScoopInstaller_Main/bucket/vcluster.json
2025-12-09 00:42:01 +00:00

28 lines
911 B
JSON

{
"version": "0.30.3",
"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.30.3/vcluster-windows-amd64.exe#/vcluster.exe",
"hash": "8b1387851a336c14f0221beea7f144829ad78dc7905e96570ef3bf256e981f6b"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "$sha256 $basename\\n"
}
}
}