ScoopInstaller_Main/helmfile.json
2019-04-02 13:00:27 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.53.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.53.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "add9b3d59a321cccf47455ad7cb785fe799994f98e0b25756363e754821adc4f"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.53.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "9fe45677b1f6c19358d6a0e6303588c17d3bfe6651e27dd626f0aff8b72e5221"
}
},
"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"
}
}
}
}