2017-08-16 21:00:09 +00:00

29 lines
802 B
JSON

{
"homepage": "https://helm.sh/",
"license": "https://github.com/kubernetes/helm/blob/master/LICENSE",
"version": "2.6.0",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/kubernetes-helm/helm-v2.6.0-windows-amd64.zip",
"hash": "fb5ae2253cf3de87691ab378e22e8714c67503ac3a42eef73bd96326616aa845"
}
},
"extract_dir": "windows-amd64",
"bin": [
"helm.exe"
],
"checkver": {
"github": "https://github.com/kubernetes/helm"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/kubernetes-helm/helm-v$version-windows-amd64.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}