mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
zookeeper: Update to version 3.9.3
This commit is contained in:
parent
f0a3671271
commit
cd78701d25
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"version": "3.9.2",
|
"version": "3.9.3",
|
||||||
"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",
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"JDK": "java/openjdk"
|
"JDK": "java/openjdk"
|
||||||
},
|
},
|
||||||
"url": "https://downloads.apache.org/zookeeper/zookeeper-3.9.2/apache-zookeeper-3.9.2-bin.tar.gz",
|
"url": "https://downloads.apache.org/zookeeper/zookeeper-3.9.3/apache-zookeeper-3.9.3-bin.tar.gz",
|
||||||
"hash": "sha512:2b5ae02d618a27ca8cd54924855d5344263b7d9dee760181f9d66bafa9230324d2ad31786895f0654c969dc38d4a3d0077f74cc376b58b5fa2fb94beb1ab445f",
|
"hash": "sha512:d44d870c1691662efbf1a8baf1859c901b820dc5ff163b36e81beb27b6fbf3cd31b5f1f075697edaaf6d3e7a4cb0cc92f924dcff64b294ef13d535589bdaf143",
|
||||||
"extract_dir": "apache-zookeeper-3.9.2-bin",
|
"extract_dir": "apache-zookeeper-3.9.3-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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user