mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
zookeeper: Update to version 3.9.0
This commit is contained in:
parent
02f67e8b60
commit
6f4b95ee43
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"version": "3.8.2",
|
"version": "3.9.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",
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"JDK": "java/openjdk"
|
"JDK": "java/openjdk"
|
||||||
},
|
},
|
||||||
"url": "https://www.apache.org/dist/zookeeper/zookeeper-3.8.2/apache-zookeeper-3.8.2-bin.tar.gz",
|
"url": "https://www.apache.org/dist/zookeeper/zookeeper-3.9.0/apache-zookeeper-3.9.0-bin.tar.gz",
|
||||||
"hash": "sha512:30d42364d158850700623e2b0f226335ce52a9707660c16c64ea9c163fe657c429b5f846d664bf7f381bc86abafb01cdc28d23d9f8e49b99a751e6598342a7af",
|
"hash": "sha512:6b722a5efab88744f6b235dace5af7c12f0dad50e00d733fb677e89e57f751efefca21a44e18bc4bbf23556f30ed42ed3d9918bd4c978a894f5e5ded04c93dd2",
|
||||||
"extract_dir": "apache-zookeeper-3.8.2-bin",
|
"extract_dir": "apache-zookeeper-3.9.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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user