ScoopInstaller_Main/bucket/helmfile.json
2019-06-25 04:00:23 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.79.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.79.2/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "73bb79877471c91cab8b5d88e97d098d4112cd1ea0996e5386793712f95ff11d"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.79.2/helmfile_windows_386.exe#/helmfile.exe",
"hash": "d511b7fdd420eec0417208758879eae124714f95d1e7916fc029634ff364ce3d"
}
},
"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"
}
}
}
}