{ "version": "3.8.1", "description": "High-performance coordination service for distributed applications", "homepage": "https://zookeeper.apache.org/", "license": "Apache-2.0", "suggest": { "JDK": "java/openjdk" }, "url": "https://www.apache.org/dist/zookeeper/zookeeper-3.8.1/apache-zookeeper-3.8.1-bin.tar.gz", "hash": "f78dd1e1ddffc5692f0dd0055aa3beab08dc57f328254a414b0301fbd36e07f5", "extract_dir": "apache-zookeeper-3.8.1-bin", "post_install": [ "$dataDirPath = (\"$dir\\data\").replace('\\', '\\\\')", "(Get-Content \"$dir\\conf\\zoo_sample.cfg\") -Replace '^dataDir=(.+)$', \"dataDir=$dataDirPath\" | Set-Content \"$dir\\conf\\zoo.cfg\" -Encoding Ascii" ], "bin": [ "bin\\zkServer.cmd", "bin\\zkCli.cmd" ], "persist": "data", "checkver": { "url": "https://www.apache.org/dist/zookeeper/", "regex": "zookeeper-([\\d.]+)/", "reverse": true }, "autoupdate": { "url": "https://www.apache.org/dist/zookeeper/zookeeper-$version/apache-zookeeper-$version-bin.tar.gz", "hash": { "url": "$url.sha512" }, "extract_dir": "apache-zookeeper-$version-bin" } }