nodejs 8.14.0 -> 8.15.0

Update nodejs to latest 8.x stable release 8.15.0.

Signed-off-by: Matthijs Vader <mvader@victronenergy.com>
Signed-off-by: Jeroen Hofstee <jhofstee@victronenergy.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Matthijs Vader
2019-01-27 20:35:51 +00:00
committed by Khem Raj
parent 36618f327e
commit 41817d8ae1
@@ -14,8 +14,8 @@ COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*"
SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \
file://0001-Disable-running-gyp-files-for-bundled-deps.patch \
"
SRC_URI[md5sum] = "07b05463e479a69750e7f9e33745ddd7"
SRC_URI[sha256sum] = "8ce252913c9f6aaa9871f2d9661b6e54858dae2f0064bd3c624676edb09083c4"
SRC_URI[md5sum] = "bfc5da493c72ded3a7f43b5662bfc53c"
SRC_URI[sha256sum] = "968523333947cc3f769d73dedc6c9c60580826d8714bc0e62ca4589de6a7c633"
S = "${WORKDIR}/node-v${PV}"