mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 05:31:21 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "2.1.7",
|
|
"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.1.7/loft-windows-amd64.exe#/loft.exe",
|
|
"hash": "405950766813604a45dd59949e461b204c551cc04255cc94fa1a1409f3005feb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/loft-sh/loft/releases/download/v2.1.7/loft-windows-386.exe#/loft.exe",
|
|
"hash": "862986540e6390605dd6e6ca151365f7cc045a51c9762211698c3603934dd284"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|