nodejs: update to 8.9.0.
This commit is contained in:
parent
1638777eea
commit
f3a1e95b3a
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nodejs'
|
# Template file for 'nodejs'
|
||||||
pkgname=nodejs
|
pkgname=nodejs
|
||||||
version=8.7.0
|
version=8.9.0
|
||||||
revision=1
|
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)"
|
||||||
|
@ -13,7 +13,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=c7184526e5504fa2a91aff1aacd7c344451da539d73775b6d9ea8efe948d0fa8
|
checksum=00b422827f37913576f8e5059c84acab364375cfbfcc083652191165f709de6c
|
||||||
|
|
||||||
build_options="ssl libuv http_parser icu"
|
build_options="ssl libuv http_parser icu"
|
||||||
desc_option_libuv="Enable shared libuv"
|
desc_option_libuv="Enable shared libuv"
|
||||||
|
|
Loading…
Reference in New Issue