ScoopInstaller_Main/bucket/helmfile.json
2020-08-13 09:41:47 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.125.6",
"description": "Command line interface to deploy Kubernetes Helm Charts.",
"homepage": "https://github.com/roboll/helmfile/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.125.6/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "f04749f1e84a84c92112bbd6d3781b2ae1d0ba89bd62fa28530437285c1d2db5"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.125.6/helmfile_windows_386.exe#/helmfile.exe",
"hash": "e157a27221ccc10ed8e18bd74517fe9102bfea1cffdac3f3a2b72d85c763f01e"
}
},
"bin": "helmfile.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v$version/helmfile_windows_amd64.exe#/helmfile.exe"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v$version/helmfile_windows_386.exe#/helmfile.exe"
}
}
}
}