zookeeper: Update to version 3.9.0

This commit is contained in:
github-actions[bot] 2023-08-03 08:25:28 +00:00
parent 02f67e8b60
commit 6f4b95ee43

View File

@ -1,14 +1,14 @@
{
"version": "3.8.2",
"version": "3.9.0",
"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.2/apache-zookeeper-3.8.2-bin.tar.gz",
"hash": "sha512:30d42364d158850700623e2b0f226335ce52a9707660c16c64ea9c163fe657c429b5f846d664bf7f381bc86abafb01cdc28d23d9f8e49b99a751e6598342a7af",
"extract_dir": "apache-zookeeper-3.8.2-bin",
"url": "https://www.apache.org/dist/zookeeper/zookeeper-3.9.0/apache-zookeeper-3.9.0-bin.tar.gz",
"hash": "sha512:6b722a5efab88744f6b235dace5af7c12f0dad50e00d733fb677e89e57f751efefca21a44e18bc4bbf23556f30ed42ed3d9918bd4c978a894f5e5ded04c93dd2",
"extract_dir": "apache-zookeeper-3.9.0-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"