nodejs: update to 16.13.2.

This commit is contained in:
Leah Neukirchen 2022-01-13 22:37:07 +01:00
parent dbd05539ca
commit dbcbae1388
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'nodejs' # Template file for 'nodejs'
pkgname=nodejs pkgname=nodejs
version=16.9.1 version=16.13.2
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
@ -16,7 +16,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=2cfab037d84550556999af6328e9b657842d9b183e6be2a4995c87d2c49e9d03 checksum=cd5a07cae25985704a5b1878355b2793d62d70fc97b8a181ad2bf86201121b08
python_version=3 python_version=3
build_options="ssl libuv icu nghttp2 cares" build_options="ssl libuv icu nghttp2 cares"