ScoopInstaller_Main/helmfile.json
2019-01-24 02:00:25 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.43.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.43.1/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "096f662a95aea5af493e0ba8f8129aaf7302fc1d5a98a3f918191f677fe688e6"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.43.1/helmfile_windows_386.exe#/helmfile.exe",
"hash": "9e4d896f4e37f2ed775b209cd2c7f4a1934ba5cf9cd71fe53fdae36763a5063f"
}
},
"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"
}
}
}
}