File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ const DEPS='deps'
1313
1414const BINUTILS_VERSION = "2.25.1"
1515const 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
You can’t perform that action at this time.
0 commit comments