mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
26 lines
823 B
JSON
26 lines
823 B
JSON
{
|
|
"version": "3.4.8",
|
|
"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.8/loft-windows-amd64.exe#/loft.exe",
|
|
"hash": "e81f6e92688f2b1c249f3a4782174213b2029daa13553663f0463409ef5fb15c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|