mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "3.0.0",
|
|
"description": "Namespace & Virtual Cluster Manager for Kubernetes",
|
|
"homepage": "https://github.com/loft-sh/loft",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/loft-sh/loft/releases/download/v3.0.0/loft-windows-amd64.exe#/loft.exe",
|
|
"hash": "93ac798b350629580a597bc06e8316e77269268299d86572a6be9afdf813a0de"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/loft-sh/loft/releases/download/v3.0.0/loft-windows-386.exe#/loft.exe",
|
|
"hash": "46c698e83f562419d2638602ac9220e79c4e93091c98fc73bb225f7e5b8f2b9a"
|
|
}
|
|
},
|
|
"bin": "loft.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/loft-sh/loft/releases/download/v$version/loft-windows-amd64.exe#/loft.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/loft-sh/loft/releases/download/v$version/loft-windows-386.exe#/loft.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|