ScoopInstaller_Main/bucket/helmfile.json
2020-11-04 09:48:58 +01:00

29 lines
1.1 KiB
JSON

{
"version": "0.132.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.132.2/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "82ed91a85b9f7a28ec15b9cea0ec0c545e4c07eba79613fa06a895675b4cd202"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.132.2/helmfile_windows_386.exe#/helmfile.exe",
"hash": "10686c9a12888fcf18d95597dd5b2155fe07648f3f6f189a8425350f7737ae3e"
}
},
"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"
}
}
}
}