ScoopInstaller_Main/bucket/helmfile.json
2021-05-23 22:11:15 -07:00

29 lines
1.1 KiB
JSON

{
"version": "0.139.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.139.7/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "506a0c67c541a2d2daf39037b50443df388dd7e02d633b61ea8aebd7919ef38c"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.139.7/helmfile_windows_386.exe#/helmfile.exe",
"hash": "083195860580121889c128c77ec1886b823a9b0e083bb81975e91d7dd92699b6"
}
},
"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"
}
}
}
}