ScoopInstaller_Main/bucket/helmfile.json
2019-05-15 05:01:51 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.61.1",
"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.61.1/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "d8b3cef7e2ed5879c575cfcf6fdd25f085739a978beeea2dcfd206da6c143651"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.61.1/helmfile_windows_386.exe#/helmfile.exe",
"hash": "7d3e98fb59455b23e54815184007d0cc808f7ec84f25a8f6c623d3926ccefdc5"
}
},
"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"
}
}
}
}