Skip to content

Commit

Permalink
use ftp.gnu.org for libgmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Elypha committed Dec 26, 2023
1 parent 0d841c3 commit b1b4762
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .archived/aria2-mingw.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ENV RANLIB "$HOST-ranlib"
ENV STRIP "$HOST-strip"


ENV DL_libgmp "https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz"
ENV DL_libgmp "https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz"
ENV DL_zlib "https://www.zlib.net/zlib-1.2.11.tar.gz"
ENV DL_libexpat "https://github.com/libexpat/libexpat/releases/download/R_2_2_10/expat-2.2.10.tar.gz"
ENV DL_c_ares "https://c-ares.haxx.se/download/c-ares-1.17.1.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion aria2c-windows-i686-wintls.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ENV URL_zlib "https://www.zlib.net/zlib-1.3.tar.gz"
ENV URL_sqlite3 "https://www.sqlite.org/2023/sqlite-autoconf-3430100.tar.gz"
ENV URL_openssl "https://www.openssl.org/source/openssl-1.1.1w.tar.gz"
ENV URL_expat "https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.bz2"
ENV URL_gmp "https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz"
ENV URL_gmp "https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz"

ENV DIR_libssh2 "/build/libssh2"
ENV DIR_c_ares "/build/c_ares"
Expand Down
2 changes: 1 addition & 1 deletion aria2c-windows-x86_64-openssl.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ENV URL_zlib "https://www.zlib.net/zlib-1.3.tar.gz"
ENV URL_sqlite3 "https://www.sqlite.org/2023/sqlite-autoconf-3430100.tar.gz"
ENV URL_openssl "https://www.openssl.org/source/openssl-1.1.1w.tar.gz"
ENV URL_expat "https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.bz2"
ENV URL_gmp "https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz"
ENV URL_gmp "https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz"

ENV DIR_libssh2 "/build/libssh2"
ENV DIR_c_ares "/build/c_ares"
Expand Down
2 changes: 1 addition & 1 deletion aria2c-windows-x86_64-wintls.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ENV URL_zlib "https://www.zlib.net/zlib-1.3.tar.gz"
ENV URL_sqlite3 "https://www.sqlite.org/2023/sqlite-autoconf-3430100.tar.gz"
ENV URL_openssl "https://www.openssl.org/source/openssl-1.1.1w.tar.gz"
ENV URL_expat "https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.bz2"
ENV URL_gmp "https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz"
ENV URL_gmp "https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz"

ENV DIR_libssh2 "/build/libssh2"
ENV DIR_c_ares "/build/c_ares"
Expand Down

0 comments on commit b1b4762

Please sign in to comment.