aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/karchive
diff options
context:
space:
mode:
authorGravatar tsdgeos <aacid@kde.org>2019-07-01 21:09:13 +0200
committerGravatar Max Moroz <mmoroz@chromium.org>2019-07-01 12:09:12 -0700
commit1fd4936af0be0a1e951fe368ba384232d523149a (patch)
treed399aab45ed774437542cb4234d40f664cfb3bfa /projects/karchive
parent6fa57196129afc0a70e465ae4dd54ced42afe4dc (diff)
[karchive] Use newer bzip2 (#2561)
Diffstat (limited to 'projects/karchive')
-rw-r--r--projects/karchive/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/karchive/Dockerfile b/projects/karchive/Dockerfile
index bcc1f8fb..fb4960c9 100644
--- a/projects/karchive/Dockerfile
+++ b/projects/karchive/Dockerfile
@@ -19,7 +19,7 @@ MAINTAINER tsdgeos@gmail.com
RUN apt-get update && apt-get install --yes cmake make autoconf automake autopoint libtool wget
RUN git clone --depth 1 https://github.com/madler/zlib.git
RUN git clone --depth 1 https://github.com/nih-at/libzip.git
-RUN wget https://sourceware.org/pub/bzip2/bzip2-1.0.6.tar.gz
+RUN wget https://sourceware.org/pub/bzip2/bzip2-1.0.7.tar.gz
RUN git clone https://git.tukaani.org/xz.git
RUN git clone --depth 1 git://code.qt.io/qt/qtbase.git
RUN git clone --depth 1 git://anongit.kde.org/extra-cmake-modules