Skip to content

Commit 8c9801f

Browse files
committed
Updated dependencies
1 parent 35fafa0 commit 8c9801f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

scripts/prebuild

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const options = {path: DEPS}
1717

1818
const BINUTILS_VERSION = "2.27"
1919
const 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 =

0 commit comments

Comments
 (0)