ScoopInstaller_Main/bucket/helmfile.json
2021-05-06 08:35:56 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.139.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.139.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "fa6d97d87653f249fd4eca9f55cf741216f4a07db8b5e7793242104220b4e18e"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.139.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "9fd3132493699ea9e0171e794448e2bf2af4d12e2eb21f1cf468e12681c0892a"
}
},
"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"
}
}
}
}