ScoopInstaller_Main/bucket/vcluster.json
2024-02-19 12:29:50 +00:00

28 lines
911 B
JSON

{
"version": "0.19.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.19.1/vcluster-windows-amd64.exe#/vcluster.exe",
"hash": "cd2959067ad55a015a3e43b5f9b2a02c8e1743a7f7383d2641814f98b4e43271"
}
},
"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"
}
}
}