ScoopInstaller_Main/bucket/helmfile.json
2021-05-12 23:51:09 -07:00

29 lines
1.1 KiB
JSON

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