We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226f833 commit d3d8527Copy full SHA for d3d8527
scripts/preinstall
@@ -13,7 +13,7 @@ const DEPS='deps'
13
14
const BINUTILS_VERSION = "2.25.1"
15
const GCC_VERSION = "5.2.0"
16
-const LINUX_VERSION = "4.4.3"
+const LINUX_VERSION = "4.4.5"
17
const MUSL_VERSION = "1.1.14"
18
19
@@ -27,7 +27,7 @@ const MUSL_URL = "http://www.musl-libc.org/releases/musl-"+MUSL_VERSION+".ta
27
28
// Checksums
29
30
-const LINUX_SHA256 = '985fe59a12976dd39a82c0c066b126129e9ffa1dce0659c99ae755ae844cd336'
+const LINUX_SHA256 = '7173fc97c0e6def46518fa26f9194b6c2a5f04acd40f5197263f03e74cd7a466'
31
32
33
// Patch GCC to work with musl
0 commit comments