package/nodejs: bump version to 8.5.0

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Bernd Kuhls 2017-09-13 16:17:33 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent aa84f776a9
commit 83aae6deda
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
# From upstream URL: http://nodejs.org/dist/v8.4.0/SHASUMS256.txt
sha256 5d5aa2a101dcc617231a475812eb8ed87cac21491f1dcc7997b9dd463563f361 node-v8.4.0.tar.xz
# From http://nodejs.org/dist/v8.5.0/SHASUMS256.txt
sha256 e1cde5d8e5049e7e1b61aef128f26162059d885dc8cab5014bf5cbf693f75c3c node-v8.5.0.tar.xz

View File

@ -4,7 +4,7 @@
#
################################################################################
NODEJS_VERSION = 8.4.0
NODEJS_VERSION = 8.5.0
NODEJS_SOURCE = node-v$(NODEJS_VERSION).tar.xz
NODEJS_SITE = http://nodejs.org/dist/v$(NODEJS_VERSION)
NODEJS_DEPENDENCIES = host-python host-nodejs c-ares \