ScoopInstaller_Main/bucket/helmfile.json
2019-09-14 05:00:19 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.85.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.85.0/helmfile_windows_amd64.exe#/helmfile.exe",
"hash": "7438b1af96f6defa2a3c7fc8daf60ff5f09f511ded2fce518bc1068e051034e9"
},
"32bit": {
"url": "https://github.com/roboll/helmfile/releases/download/v0.85.0/helmfile_windows_386.exe#/helmfile.exe",
"hash": "f478c6b806707fb98a4914d69b528f64403a07e618e1575be5079db3c6c02e94"
}
},
"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"
}
}
}
}