nodejs: update to 9.9.0.

This commit is contained in:
Jannis Christ 2018-03-24 02:54:17 +01:00 committed by Enno Boland
parent 7ee2c56706
commit 85297a867e
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'nodejs'
pkgname=nodejs
version=9.4.0
revision=2
version=9.9.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,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
license="MIT"
homepage="https://nodejs.org/"
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
checksum=240733d272c87d593bf807618db73ef9682a6b765ed9911c05ea3ab6e221a967
checksum=e774cf32bc7c1d61d2e654e67eaafd2a13f22f176933706de60250db5b5eabda
build_options="ssl libuv http_parser icu"
desc_option_ssl="Enable shared libressl"