ScoopInstaller_Main/bucket/helmfile.json
2020-07-21 08:53:28 +02:00

29 lines
1.1 KiB
JSON

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