mirror of https://github.com/aria2/aria2
Update mingw third party libraries
parent
e1739c8ee7
commit
25ecfd86f1
|
@ -26,7 +26,7 @@ RUN apt-get install -y make binutils autoconf automake autotools-dev libtool \
|
|||
|
||||
RUN curl -L -O https://gmplib.org/download/gmp/gmp-6.0.0a.tar.lz
|
||||
RUN curl -L -O http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz
|
||||
RUN curl -L -O http://www.sqlite.org/2014/sqlite-autoconf-3080700.tar.gz
|
||||
RUN curl -L -O http://www.sqlite.org/2015/sqlite-autoconf-3080802.tar.gz
|
||||
RUN curl -L -O http://zlib.net/zlib-1.2.8.tar.xz
|
||||
RUN curl -L -O http://c-ares.haxx.se/download/c-ares-1.10.0.tar.gz
|
||||
|
||||
|
|
|
@ -14,9 +14,11 @@ necessary. The linked libraries are:
|
|||
|
||||
* gmp 6.0.0
|
||||
* expat 2.1.0
|
||||
* sqlite 3.8.4.1
|
||||
* sqlite 3.8.8.2
|
||||
* zlib 1.2.8
|
||||
* c-ares 1.10.0
|
||||
* c-ares 1.10.0 with the dns.patch [1] applied
|
||||
|
||||
[1] http://c-ares.haxx.se/mail/c-ares-archive-2014-05/0008.shtml
|
||||
|
||||
This build has the following difference from the original release:
|
||||
|
||||
|
|
Loading…
Reference in New Issue