zookeeper: Update to version 3.7.0

This commit is contained in:
Richard Kuhnt 2021-03-27 11:00:32 +00:00
parent 8cdf284baa
commit 0c0600734d

View File

@ -1,5 +1,5 @@
{ {
"version": "3.6.2", "version": "3.7.0",
"description": "High-performance coordination service for distributed applications", "description": "High-performance coordination service for distributed applications",
"homepage": "https://zookeeper.apache.org/", "homepage": "https://zookeeper.apache.org/",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -9,9 +9,9 @@
"java/openjdk" "java/openjdk"
] ]
}, },
"url": "https://www.apache.org/dist/zookeeper/zookeeper-3.6.2/apache-zookeeper-3.6.2-bin.tar.gz", "url": "https://www.apache.org/dist/zookeeper/zookeeper-3.7.0/apache-zookeeper-3.7.0-bin.tar.gz",
"hash": "sha512:caff5111bb6876b7124760bc006e6fa2523efa54b99321a3c9cd8192ea0d5596abc7d70a054b1aac9b20a411407dae7611c7aba870c23bff28eb1643ba499199", "hash": "sha512:64e2701c019ed46f45f4d53b2c5eaeaf7cf48c342bbafa032a0819d527fc77caebfada6bdad34e5171e6d838f40b16c95b62ce378b53dfc827af2d60cec0b17c",
"extract_dir": "apache-zookeeper-3.6.2-bin", "extract_dir": "apache-zookeeper-3.7.0-bin",
"post_install": [ "post_install": [
"$dataDirPath = (\"$dir\\data\").replace('\\', '\\\\')", "$dataDirPath = (\"$dir\\data\").replace('\\', '\\\\')",
"(Get-Content \"$dir\\conf\\zoo_sample.cfg\") -Replace '^dataDir=(.+)$', \"dataDir=$dataDirPath\" | Set-Content \"$dir\\conf\\zoo.cfg\" -Encoding Ascii" "(Get-Content \"$dir\\conf\\zoo_sample.cfg\") -Replace '^dataDir=(.+)$', \"dataDir=$dataDirPath\" | Set-Content \"$dir\\conf\\zoo.cfg\" -Encoding Ascii"