ScoopInstaller_Main/bucket/helmfile.json
2020-11-05 09:44:59 +01:00

29 lines
1.1 KiB
JSON

{
"version": "0.133.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.133.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "e42ee0c7d3fcb2b42e522bf1367e62b67ffee0b64eaa3a6b0d10e189eb8b9198"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.133.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "2c6f677449a2ac5df5511f24455953ef7310a5a25fb6bf52144889e5362f78d1"
}
},
"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"
}
}
}
}