2022-02-09 16:31:50 +00:00

32 lines
1.1 KiB
JSON

{
"version": "2.1.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/v2.1.0/loft-windows-amd64.exe#/loft.exe",
"hash": "f1c83fb66a7543736d09d411d0472c79fda4d0927db50ef47093b1ea16147bd9"
},
"32bit": {
"url": "https://github.com/loft-sh/loft/releases/download/v2.1.0/loft-windows-386.exe#/loft.exe",
"hash": "7c3b2b8786c821a1ccd35c6880a407a31c159c78ba51c481be4fb84185864fb0"
}
},
"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"
}
}
}