ScoopInstaller_Main/bucket/helmfile.json
2019-11-02 08:00:28 +00:00

29 lines
1.1 KiB
JSON

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