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

29 lines
1.1 KiB
JSON

{
"version": "0.91.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.91.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "deb723f5e15761e67a5bf3fca025b7493b2c917ae461028609ddfb35d553ea3a"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.91.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "320d7b519e101d5dd22de1a79491603b56e16430bf92de6d4962f1c411f10aa0"
}
},
"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"
}
}
}
}