mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 04:31:27 +00:00
28 lines
911 B
JSON
28 lines
911 B
JSON
{
|
|
"version": "0.19.4",
|
|
"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.4/vcluster-windows-amd64.exe#/vcluster.exe",
|
|
"hash": "bf10e411dd2d8f119d08f52663e9b0ec35570718913250130a1506a8ce8bdc05"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|