ScoopInstaller_Main/bucket/helmfile.json
2020-08-27 08:26:35 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.125.8",
"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.8/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "fa1f51a4c7907914d5a6540c79b842594c58f79232b8817eb4b0d23e77ec0b90"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.125.8/helmfile_windows_386.exe#/helmfile.exe",
"hash": "8227c20a765642a61b06317816a8c753f6bbace61d54fe1b7c12e10d0c8308cb"
}
},
"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"
}
}
}
}