From 1fd4936af0be0a1e951fe368ba384232d523149a Mon Sep 17 00:00:00 2001 From: tsdgeos Date: Mon, 1 Jul 2019 21:09:13 +0200 Subject: [karchive] Use newer bzip2 (#2561) --- projects/karchive/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/karchive') 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 -- cgit v1.2.3