ScoopInstaller_Main/bucket/helmfile.json
2020-04-26 20:02:05 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.113.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.113.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "dcc9ad091d683da5d23c3a9803c977f110a5f768e19f5b80e36a827f33302863"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.113.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "9148fac73ef2816e8a979d7d495e19755f9061d1946679920cbd7f4d748b636c"
}
},
"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"
}
}
}
}