ScoopInstaller_Main/bucket/helmfile.json
2020-07-20 08:45:53 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.122.1",
"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.122.1/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "efbc904c2e578f8270391edac64accb611f39f30ca248cea3af31f75a0a2760f"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.122.1/helmfile_windows_386.exe#/helmfile.exe",
"hash": "aba15266ffbb8113ea519b58b5bd53f28a404f404ef3191ecbf904e70d8e3e48"
}
},
"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"
}
}
}
}