zookeeper: use bin tar to avoid build (#158)

This commit is contained in:
hulucc 2019-06-19 09:53:06 -05:00 committed by Ross Smith II
parent 2bce7c7bf8
commit b93433a483

View File

@ -3,9 +3,9 @@
"description": "High-performance coordination service for distributed applications", "description": "High-performance coordination service for distributed applications",
"version": "3.5.5", "version": "3.5.5",
"license": "Apache-2.0", "license": "Apache-2.0",
"url": "https://www.apache.org/dist/zookeeper/zookeeper-3.5.5/apache-zookeeper-3.5.5.tar.gz", "url": "https://www.apache.org/dist/zookeeper/zookeeper-3.5.5/apache-zookeeper-3.5.5-bin.tar.gz",
"hash": "sha512:4e22df899a83ca3cc15f6d94daadb1a8631fb4108e67b4f56d1f4fcf95f10f89c8ff1fb8a7c84799a3856d8803a8db1e1f2f3fe1b7dc0d6cedf485ef90fd212d", "hash": "sha512:4c65e56c074393835dee87256d577ebef6bbc0fbe8271cf030a50779f7e9ba5110bc274aa4b239a431de1716ad6c8a103abac02b93c3ad2c264bbea8b1c330c1",
"extract_dir": "apache-zookeeper-3.5.5", "extract_dir": "apache-zookeeper-3.5.5-bin",
"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/apache-zookeeper-$version.tar.gz", "url": "https://www.apache.org/dist/zookeeper/zookeeper-$version/apache-zookeeper-$version-bin.tar.gz",
"hash": { "hash": {
"url": "$url.sha512" "url": "$url.sha512"
}, },
"extract_dir": "apache-zookeeper-$version" "extract_dir": "apache-zookeeper-$version-bin"
} }
} }