2024-03-06 20:24:36 +00:00

26 lines
823 B
JSON

{
"version": "3.4.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.4.1/loft-windows-amd64.exe#/loft.exe",
"hash": "f6702b9f690cc738e1b389a14592ba199a6777122da3ee9fd2f978522f3da56c"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "$sha256 $basename\\n"
}
}
}