Skip to content

Commit d3d8527

Browse files
committed
Updated versions of Linux and Node.js
1 parent 226f833 commit d3d8527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/preinstall

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const DEPS='deps'
1313

1414
const BINUTILS_VERSION = "2.25.1"
1515
const GCC_VERSION = "5.2.0"
16-
const LINUX_VERSION = "4.4.3"
16+
const LINUX_VERSION = "4.4.5"
1717
const MUSL_VERSION = "1.1.14"
1818

1919

@@ -27,7 +27,7 @@ const MUSL_URL = "http://www.musl-libc.org/releases/musl-"+MUSL_VERSION+".ta
2727

2828
// Checksums
2929

30-
const LINUX_SHA256 = '985fe59a12976dd39a82c0c066b126129e9ffa1dce0659c99ae755ae844cd336'
30+
const LINUX_SHA256 = '7173fc97c0e6def46518fa26f9194b6c2a5f04acd40f5197263f03e74cd7a466'
3131

3232

3333
// Patch GCC to work with musl

0 commit comments

Comments
 (0)