File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ const options = {path: DEPS}
1717
1818const BINUTILS_VERSION = "2.27"
1919const GCC_VERSION = "5.3.0"
20- const LINUX_VERSION = "4.8.5 "
21- const MUSL_VERSION = "1.1.15 "
20+ const LINUX_VERSION = "4.9.2 "
21+ const MUSL_VERSION = "1.1.16 "
2222
2323
2424// Source URLs
@@ -31,7 +31,7 @@ const MUSL_URL = "http://www.musl-libc.org/releases/musl-"+MUSL_VERSION+".ta
3131
3232// Checksums
3333
34- const LINUX_SHA256 = 'b8dd5365c9f4319d41781f65f27b116ae7981d791bbad46491617fee0f87f8cc '
34+ const LINUX_SHA256 = '569fd6ec3d490f4bf12c48c6b1365002f279595b49080bbfb13c148fba6b3492 '
3535
3636
3737// Patch GCC to work with musl
@@ -55,16 +55,16 @@ function download_prerequisites(callback)
5555
5656 // Source versions
5757
58- const MPFR_VERSION = "3.1.4 "
59- const GMP_VERSION = "6.1.1 "
60- const MPC_VERSION = "1.0.2 "
58+ const MPFR_VERSION = "3.1.5 "
59+ const GMP_VERSION = "6.1.2 "
60+ const MPC_VERSION = "1.0.3 "
6161
6262
6363 // Source URLs
6464
6565 const MPFR_URL = "http://www.mpfr.org/mpfr-" + MPFR_VERSION + "/mpfr-" + MPFR_VERSION + ".tar.gz"
6666 const GMP_URL = "https://gmplib.org/download/gmp/gmp-" + GMP_VERSION + ".tar.bz2"
67- const MPC_URL = "http ://ftpmirror .gnu.org/mpc/mpc-" + MPC_VERSION + ".tar.gz"
67+ const MPC_URL = "https ://ftp .gnu.org/gnu /mpc/mpc-" + MPC_VERSION + ".tar.gz"
6868
6969
7070 var downloads =
You can’t perform that action at this time.
0 commit comments