ScoopInstaller_Main/bucket/helmfile.json
2020-08-08 18:51:38 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.125.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.125.5/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "9584af416cf68df647f2a0f60da46fa53c5b24af75b2ac757be0035e72a3e009"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.125.5/helmfile_windows_386.exe#/helmfile.exe",
"hash": "410a681e27488aba01a6bb7ae8189b7252439a0fcfdd3a2b32d5cae9f8c10e5c"
}
},
"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"
}
}
}
}