ScoopInstaller_Main/bucket/vcluster.json

28 lines
911 B
JSON

{
"version": "0.18.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.18.1/vcluster-windows-amd64.exe#/vcluster.exe",
"hash": "05713361203f1fd0c9a7b6d40eff39fd5b3848331c46fed731e2d18342249b2a"
}
},
"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"
}
}
}