nodejs: update to 18.19.1.

This commit is contained in:
Leah Neukirchen 2024-02-15 12:46:24 +01:00
parent 573773ff34
commit 60e66348ea

View file

@ -1,6 +1,6 @@
# Template file for 'nodejs'
pkgname=nodejs
version=18.19.0
version=18.19.1
revision=1
hostmakedepends="which pkg-config python3-setuptools"
_make_depends="zlib-devel $(vopt_if icu icu-devel)
@ -15,7 +15,7 @@ license="MIT"
homepage="https://nodejs.org/"
changelog="https://raw.githubusercontent.com/nodejs/node/main/doc/changelogs/CHANGELOG_V${version%%.*}.md"
distfiles="https://nodejs.org/dist/v${version}/node-v${version}.tar.xz"
checksum=f52b41af20596a9abd8ed75241837ec43945468221448bbf841361e2091819b6
checksum=090f96a2ecde080b6b382c6d642bca5d0be4702a78cb555be7bf02b20bd16ded
python_version=3
build_options="ssl libuv icu nghttp2 cares brotli"