nodejs: update to 10.7.0.

This commit is contained in:
Dominic Monroe 2018-08-01 07:21:54 +01:00 committed by Enno Boland
parent d2a9fffce7
commit 863e7cba2f

View file

@ -1,7 +1,7 @@
# Template file for 'nodejs'
pkgname=nodejs
version=9.10.0
revision=4
version=10.7.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=e5654e552bcc7d011fe0c5bade53ba5c3acbd8d26bfda2cf57057537a03c8d76
checksum=b9691cbc6e6a2e209a9b8cb88fd942802236dae06652080f582304dbdd505ad2
build_options="ssl libuv http_parser icu"
desc_option_ssl="Enable shared libressl"