ScoopInstaller_Main/bucket/helmfile.json
2019-10-25 15:01:28 +00:00

29 lines
1.1 KiB
JSON

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