ScoopInstaller_Main/bucket/helmfile.json
2019-12-17 02:00:24 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.97.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.97.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "34fcd105bd23707b56cebe4dac833e26f583efb3588180894e0a6c92cd751df7"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.97.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "8e49294c3b263023be7d6416855c1911046d889963dbb2324b8f64995c24b4b5"
}
},
"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"
}
}
}
}