ScoopInstaller_Main/bucket/helmfile.json
2019-11-17 01:00:35 +00:00

29 lines
1.1 KiB
JSON

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