ScoopInstaller_Main/bucket/helmfile.json
2020-07-17 07:24:05 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.121.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.121.1/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "c135b3877ee193bfa37526e6de8b83af5f99827b07dffe04c4c8a6c9cda17990"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.121.1/helmfile_windows_386.exe#/helmfile.exe",
"hash": "ebb651c07cd438f491ceb2dff33447560ea540129ebb14cc68df13f3c13007a9"
}
},
"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"
}
}
}
}