zookeeper: Update to version 3.5.5 (#94)

This commit is contained in:
Brandon Smith 2019-05-27 11:58:51 -04:00 committed by GitHub
parent ad231efd5d
commit 03948e37e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ {
"homepage": "https://zookeeper.apache.org/", "homepage": "https://zookeeper.apache.org/",
"description": "High-performance coordination service for distributed applications", "description": "High-performance coordination service for distributed applications",
"version": "3.4.14", "version": "3.5.5",
"license": "Apache-2.0", "license": "Apache-2.0",
"url": "https://www.apache.org/dist/zookeeper/zookeeper-3.4.14/zookeeper-3.4.14.tar.gz", "url": "https://www.apache.org/dist/zookeeper/zookeeper-3.5.5/apache-zookeeper-3.5.5.tar.gz",
"hash": "b14f7a0fece8bd34c7fffa46039e563ac5367607c612517aa7bd37306afbd1cd", "hash": "sha512:4e22df899a83ca3cc15f6d94daadb1a8631fb4108e67b4f56d1f4fcf95f10f89c8ff1fb8a7c84799a3856d8803a8db1e1f2f3fe1b7dc0d6cedf485ef90fd212d",
"extract_dir": "zookeeper-3.4.14", "extract_dir": "apache-zookeeper-3.5.5",
"bin": [ "bin": [
"bin\\zkServer.cmd", "bin\\zkServer.cmd",
"bin\\zkCli.cmd" "bin\\zkCli.cmd"
@ -27,10 +27,10 @@
"reverse": true "reverse": true
}, },
"autoupdate": { "autoupdate": {
"url": "https://www.apache.org/dist/zookeeper/zookeeper-$version/zookeeper-$version.tar.gz", "url": "https://www.apache.org/dist/zookeeper/zookeeper-$version/apache-zookeeper-$version.tar.gz",
"hash": { "hash": {
"url": "$url.sha1" "url": "$url.sha512"
}, },
"extract_dir": "zookeeper-$version" "extract_dir": "apache-zookeeper-$version"
} }
} }