nodejs: update to 9.9.0.
This commit is contained in:
parent
7ee2c56706
commit
85297a867e
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nodejs'
|
# Template file for 'nodejs'
|
||||||
pkgname=nodejs
|
pkgname=nodejs
|
||||||
version=9.4.0
|
version=9.9.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=node-v${version}
|
wrksrc=node-v${version}
|
||||||
hostmakedepends="pkg-config python $(vopt_if icu icu)"
|
hostmakedepends="pkg-config python $(vopt_if icu icu)"
|
||||||
makedepends="zlib-devel python-devel $(vopt_if icu icu-devel)
|
makedepends="zlib-devel python-devel $(vopt_if icu icu-devel)
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://nodejs.org/"
|
homepage="https://nodejs.org/"
|
||||||
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
|
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
|
||||||
checksum=240733d272c87d593bf807618db73ef9682a6b765ed9911c05ea3ab6e221a967
|
checksum=e774cf32bc7c1d61d2e654e67eaafd2a13f22f176933706de60250db5b5eabda
|
||||||
|
|
||||||
build_options="ssl libuv http_parser icu"
|
build_options="ssl libuv http_parser icu"
|
||||||
desc_option_ssl="Enable shared libressl"
|
desc_option_ssl="Enable shared libressl"
|
||||||
|
|
Loading…
Reference in New Issue