ScoopInstaller_Main/bucket/helmfile.json
2019-09-07 01:00:19 +00:00

29 lines
1.1 KiB
JSON

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