2024-03-18 16:27:19 +00:00

26 lines
823 B
JSON

{
"version": "3.4.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/v3.4.2/loft-windows-amd64.exe#/loft.exe",
"hash": "e33216ea06bc12ca4f21d961f0715523e7c6c3c786954a8eb1275bb52cb7a7bb"
}
},
"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"
}
}
}