Skip to content

Commit 073444f

Browse files
committed
Updated dependencies
1 parent 42bc433 commit 073444f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"author": "Jesús Leganés Combarro \"piranna\" <piranna@gmail.com>",
2121
"license": "MIT",
2222
"dependencies": {
23-
"download-manager": "^0.0.12",
23+
"download-manager": "^0.0.15",
2424
"fs-extra": "^0.26.0"
2525
}
2626
}

scripts/preinstall

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

1414
const BINUTILS_VERSION = "2.25.1"
1515
const GCC_VERSION = "5.2.0"
16-
const LINUX_VERSION = "4.3.2"
17-
const MUSL_VERSION = "1.1.12"
16+
const LINUX_VERSION = "4.4.3"
17+
const MUSL_VERSION = "1.1.14"
1818

1919

2020
// Source URLs
@@ -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 = 'dab9f4a4e7bfb78ff3c4c4b6163a1c0111da2184efbde7e36178d81b0d4ea932'
30+
const LINUX_SHA256 = '985fe59a12976dd39a82c0c066b126129e9ffa1dce0659c99ae755ae844cd336'
3131

3232

3333
// Patch GCC to work with musl

0 commit comments

Comments
 (0)