ScoopInstaller_Main/bucket/helmfile.json
2021-03-09 08:47:39 +01:00

29 lines
1.1 KiB
JSON

{
"version": "0.138.7",
"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.138.7/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "4c57c741e8812d7871e84308991f80439451e779b989bfd40b7e6341a4f7da0c"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.138.7/helmfile_windows_386.exe#/helmfile.exe",
"hash": "aad6644381f2a1b8ca5c907aac9ba4e4d09a5bda8034fe68ba31b4cd0e9c7b67"
}
},
"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"
}
}
}
}