mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "3.1.1",
|
|
"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.1.1/loft-windows-amd64.exe#/loft.exe",
|
|
"hash": "37e7fbdeac89aa6be68f85fc641c67c994a6f1bdf5c0a70c647e1d5a9ee81664"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/loft-sh/loft/releases/download/v3.1.1/loft-windows-386.exe#/loft.exe",
|
|
"hash": "33a98c23e62b788136bb10927879760b80850b66b11292697f878cc5a33635e0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|