ScoopInstaller_Main/bucket/helmfile.json
2019-11-06 13:00:27 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.90.6",
"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.90.6/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "e9cb78dadab3f5d5184b8640edbdb0a39b44b8eedf5867a455233304dfb91085"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.90.6/helmfile_windows_386.exe#/helmfile.exe",
"hash": "5c0498514e6c4b23ad451f0c33d19b5457b2e5d487cae93de12d0cb8a7b6d007"
}
},
"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"
}
}
}
}