nodejs: update to 9.4.0.

Closes: #10668 [via git-merge-pr]
This commit is contained in:
Piotr Wójcik 2018-01-10 21:16:50 +01:00 committed by Jürgen Buchmüller
parent b7689911dd
commit cf0ecfa997

View file

@ -1,7 +1,7 @@
# Template file for 'nodejs'
pkgname=nodejs
version=9.1.0
revision=2
version=9.4.0
revision=1
wrksrc=node-v${version}
hostmakedepends="pkg-config python $(vopt_if icu icu)"
makedepends="zlib-devel python-devel $(vopt_if icu icu-devel)
@ -12,9 +12,10 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
license="MIT"
homepage="https://nodejs.org/"
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
checksum=42dc9f4fe1db689284d5e848963a4f9af1f5092a9a167a890ccd88dcd6fd51df
checksum=240733d272c87d593bf807618db73ef9682a6b765ed9911c05ea3ab6e221a967
build_options="ssl libuv http_parser icu"
desc_option_ssl="Enable shared libressl"
desc_option_libuv="Enable shared libuv"
desc_option_http_parser="Enable shared http-parser"
desc_option_icu="Enable shared icu"