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

29 lines
1.1 KiB
JSON

{
"version": "0.90.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.90.1/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "19a0c23ee70ccd35cfb0137a53edf30cfcafd05dbfb93b1be200bf189e0b4b70"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.90.1/helmfile_windows_386.exe#/helmfile.exe",
"hash": "e1737dcff2dd7ae47b731a07970f3b287ce1de79006f36052d22cad4236d820d"
}
},
"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"
}
}
}
}