package/nodejs: bump version to 5.6.0

This is an important security release. See
https://nodejs.org/en/blog/release/v5.6.0/ for further details

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Martin Bark
2016-02-16 11:21:20 +00:00
committed by Thomas Petazzoni
parent 69880c8839
commit b88c1d149d
7 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ config BR2_PACKAGE_NODEJS_V8_ARCH_SUPPORTS
config BR2_PACKAGE_NODEJS_VERSION_STRING
string
default "5.5.0" if BR2_PACKAGE_NODEJS_V8_ARCH_SUPPORTS
default "5.6.0" if BR2_PACKAGE_NODEJS_V8_ARCH_SUPPORTS
default "0.10.41"
menu "Module Selection"