ScoopInstaller_Main/bucket/helmfile.json
2020-02-28 11:01:53 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.102.0",
"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.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "56b9dc20036c1d22a816dabb8dbe14abba4451eb99750f670d012f7e21ee5d35"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.102.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "f86e319d93e464db656a749609ce9507c3da91a545dd6dc376017e299dd3ce21"
}
},
"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"
}
}
}
}