mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "2.3.2",
|
|
"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/v2.3.2/loft-windows-amd64.exe#/loft.exe",
|
|
"hash": "7c70f22aab418f1adf2dd59113453c3ad15fe422f612efd42bea84c6a0bb027e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/loft-sh/loft/releases/download/v2.3.2/loft-windows-386.exe#/loft.exe",
|
|
"hash": "84437b794cf1780a17db1459130a4e672ee1fb3f47d8c63355b32fe37cef06b9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|