ScoopInstaller_Main/bucket/helmfile.json
2019-11-21 14:00:40 +00:00

29 lines
1.1 KiB
JSON

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