ScoopInstaller_Main/bucket/helmfile.json
2019-07-27 15:00:20 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.80.2",
"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.80.2/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "9f0e4d4b8d90a930030c2728399a9e7d31ca756c7d9c8ba66303b63689d741f6"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.80.2/helmfile_windows_386.exe#/helmfile.exe",
"hash": "ce11c309ab8ec014bd43d6280bdcc1498c08066a9caa0197c765ff01ae117864"
}
},
"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"
}
}
}
}