mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 03:13:11 -06:00
Updated kafka version
This commit is contained in:
parent
7e9d749185
commit
de4b44d69c
|
|
@ -11,7 +11,7 @@ mkdir -p .downloads
|
||||||
# The mirror to download kafka from is picked from the list of mirrors at
|
# The mirror to download kafka from is picked from the list of mirrors at
|
||||||
# https://www.apache.org/dyn/closer.cgi?path=/kafka/2.1.0/kafka_2.11-2.1.0.tgz
|
# https://www.apache.org/dyn/closer.cgi?path=/kafka/2.1.0/kafka_2.11-2.1.0.tgz
|
||||||
# TODO: Check the signature since we are downloading over HTTP.
|
# TODO: Check the signature since we are downloading over HTTP.
|
||||||
MIRROR=http://apache.mirror.anlx.net/kafka/2.1.0/kafka_2.11-2.1.0.tgz
|
MIRROR=http://apache.mirror.anlx.net/kafka/2.1.1/kafka_2.11-2.1.1.tgz
|
||||||
|
|
||||||
# Only download the kafka if it isn't already downloaded.
|
# Only download the kafka if it isn't already downloaded.
|
||||||
test -f .downloads/kafka.tgz || wget $MIRROR -O .downloads/kafka.tgz
|
test -f .downloads/kafka.tgz || wget $MIRROR -O .downloads/kafka.tgz
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue