ScoopInstaller_Main/bucket/helmfile.json
2020-05-28 10:29:23 +02:00

29 lines
1.1 KiB
JSON

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