ScoopInstaller_Main/bucket/helmfile.json
2019-10-17 00:00:30 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.87.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.87.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "25a23992bf96c37d90fb17054541ce4deed28c4c4b4c26b723d8da8fc9936dbe"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.87.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "499aa7c1a3205967bba0baa4af2a58003d8741eb82f18f3e7fb1b31113ea127d"
}
},
"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"
}
}
}
}