ScoopInstaller_Main/bucket/helmfile.json
2021-02-05 08:33:29 +01:00

29 lines
1.1 KiB
JSON

{
"version": "0.138.4",
"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.138.4/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "16ec256282c65034ac856c18c8696eaf62938ece7f12d449085be124c19bd4e8"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.138.4/helmfile_windows_386.exe#/helmfile.exe",
"hash": "d879bb05334f6a30705c8a6bf27f7be7dba0caf05c76ce58ad6076abce1a0d34"
}
},
"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"
}
}
}
}