ScoopInstaller_Main/bucket/helmfile.json
2020-03-20 04:01:50 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.102.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.102.1/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "55c97556228ec8d4eed2e99c20843607304fbcd79fca13e39382e63a60ad4170"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.102.1/helmfile_windows_386.exe#/helmfile.exe",
"hash": "9576a5e7437582e5ab87f6deb70ee815e758a00bc8cf1f52a87abf28317849db"
}
},
"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"
}
}
}
}