ScoopInstaller_Main/bucket/helmfile.json
2019-05-30 07:00:40 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.68.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.68.1/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "b8de01a123cc24d577c15264c8a0837e3e18bad7f8aa2ca2bbb510345385a137"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.68.1/helmfile_windows_386.exe#/helmfile.exe",
"hash": "99674d5493e9ac7808a65d79951d68a4f743a76755b3a2679fa83928aac32b4c"
}
},
"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"
}
}
}
}