ScoopInstaller_Main/bucket/helmfile.json
2019-06-25 12:01:50 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.79.3",
"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.79.3/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "0dadd2ac3e29497e2368385f86aaa7e1d017e9109360df6c06e89856067f1f63"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.79.3/helmfile_windows_386.exe#/helmfile.exe",
"hash": "498cd1c572d43b533a9bed0a98bf52a913586aaa4781fb70352b8e99dbfb1555"
}
},
"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"
}
}
}
}