nodejs: 18.9.0 -> 18.9.1

This commit is contained in:
Tim Biermann 2022-09-25 12:24:50 +02:00
parent 4bdc05eebd
commit 4e9a26b7d2
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/XqI4iYtDdr0RjmIYaeVT36xfhz3dEr4UL5v72++m3M6HS/Z43U6fHWrqrXxeG3+xPrXgZ3V1ycdt9MJq17P1w8=
SHA256 (Pkgfile) = 974c2cbdbe651526d1c3aa4e3223d6d31d3c0fe8161471853a485b8ea504e791
RWSE3ohX2g5d/cH8eotIjZCUxvDIhJ3Zzf9tgmXCAmrxHRGcPH++nqKBbdZ5Z21BFtRN8zdCZU7TcLzsCNz+cOTndY73MtZhego=
SHA256 (Pkgfile) = 4a797b2aefce4b0ab1362716d9acedba52a6c34c994724a8582c912392a84adb
SHA256 (.footprint) = 42fb4509ab2ef12ca3420f757bf3e46a4c28aee2b46d13589bdcec19a5413861
SHA256 (node-v18.9.0.tar.xz) = c75cc89afead976791900accde02a7b1e7e762702f0f6fa68eaacb01984d9654
SHA256 (node-v18.9.1.tar.xz) = f381963d43568ba699915c88629dc6da4a1963804dcd37b2e6e1d10d923dd5d9
SHA256 (system-c-ares.patch) = 1ab0f849fe4fae2d295b6c60c12825d5f2c29f5b28b721916d1b550704b0f5f3

View File

@ -5,7 +5,7 @@
# Optional: brotli c-ares icu nghttp2-libs ninja
name=nodejs
version=18.9.0
version=18.9.1
release=1
source=(https://nodejs.org/dist/v$version/node-v$version.tar.xz
system-c-ares.patch)
@ -25,7 +25,8 @@ build() {
--without-npm \
--shared-libuv \
--shared-zlib \
--shared-openssl
--shared-openssl \
--enable-lto
make
make DESTDIR=$PKG install