ScoopInstaller_Main/bucket/helmfile.json
2020-03-20 11:01:51 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.104.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.104.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "191b9ff3e7d0010471c41f54a26d5a8b4633d42e2d9b86ddc3ea708e3086427d"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.104.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "1cc9a3e67e4be541ba19d7719b2cf8cff680a761eb2ddcc13d85ea8751217400"
}
},
"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"
}
}
}
}