ScoopInstaller_Main/bucket/helmfile.json
2020-09-01 15:18:27 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.127.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.127.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "5eac82685594f521925935c545c17bf10ffc877b773fc7bf289609d0f4fc3c04"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.127.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "fafe2db953b798f2eb491840e8abef5b7934c817ca78edc42381e2ce3107e917"
}
},
"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"
}
}
}
}