2017-09-02 02:00:15 +00:00

29 lines
802 B
JSON

{
"homepage": "https://helm.sh/",
"license": "https://github.com/kubernetes/helm/blob/master/LICENSE",
"version": "2.6.1",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/kubernetes-helm/helm-v2.6.1-windows-amd64.zip",
"hash": "39861314eeb274ca50613f41816b01f621765a531723c1ca013925b1e0b069e9"
}
},
"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"
}
}
}