ScoopInstaller_Main/bucket/helmfile.json
2021-03-04 14:05:15 +01:00

29 lines
1.1 KiB
JSON

{
"version": "0.138.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.138.6/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "29e95f21c72507d34a4362680085016dd867f3ad4f01946ad055149962fe54d7"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.138.6/helmfile_windows_386.exe#/helmfile.exe",
"hash": "da0c19f855fc0582cef82c22dbfe6fa387cd4248765ac6669ba455a4207e0359"
}
},
"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"
}
}
}
}