ScoopInstaller_Main/bucket/helmfile.json
2022-03-24 04:29:23 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.143.3",
"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.143.3/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "d4931f7d43743055b7e48b8a7fa336bb26673772b4ca0e5b2afbe74feb2ddcf7"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.143.3/helmfile_windows_386.exe#/helmfile.exe",
"hash": "0672edd90443fd119c3f774f2aa7a35d44e1eb4008e7a2d81b2bdb0c98076524"
}
},
"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"
}
}
}
}