ScoopInstaller_Main/bucket/helmfile.json
2021-01-28 15:27:14 +01:00

29 lines
1.1 KiB
JSON

{
"version": "0.138.1",
"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.1/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "5829e8814282e3632193000bd58a27e0c17f3c757e4a08525e08ea7c08866ba0"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.138.1/helmfile_windows_386.exe#/helmfile.exe",
"hash": "65d0965133c355125512d5a569a1b8bec9bb99a747f3da29e856a3942663a7cf"
}
},
"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"
}
}
}
}