nodejs: update to 11.12.0.
This commit is contained in:
parent
fe44ec4152
commit
fcd66ed844
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nodejs'
|
# Template file for 'nodejs'
|
||||||
pkgname=nodejs
|
pkgname=nodejs
|
||||||
version=11.11.0
|
version=11.12.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="node-v${version}"
|
wrksrc="node-v${version}"
|
||||||
# Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
|
# Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
|
||||||
|
@ -17,7 +17,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
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=8cbf2c62359901a5587fcc6699200495490751ce6fb31255c788ac6eb90a1107
|
checksum=7d408dcd485f7193ab37e1f36d0a38676d5dbc9c91329c775e5afe6c687393b8
|
||||||
|
|
||||||
build_options="ssl libuv http_parser icu nghttp2 cares"
|
build_options="ssl libuv http_parser icu nghttp2 cares"
|
||||||
desc_option_ssl="Enable shared libressl"
|
desc_option_ssl="Enable shared libressl"
|
||||||
|
|
Loading…
Reference in New Issue