ScoopInstaller_Main/bucket/helmfile.json
2021-10-03 23:45:21 -07:00

29 lines
1.1 KiB
JSON

{
"version": "0.141.0",
"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.141.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "c4b3fb4a111cd4fac8f9ede184707742042b699904df4a46c0269500b6c288fa"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.141.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "54af1f75a474845c57f94ad5e9c82a6daa0f8bf452cb574a4a9710192a42e6d5"
}
},
"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"
}
}
}
}