ScoopInstaller_Main/bucket/helmfile.json
2019-11-14 13:00:42 +00:00

29 lines
1.1 KiB
JSON

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