libnode: auto updated to 23.3.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-11 13:38:59 +00:00
parent 3b0710d68c
commit 244ec34cbf

View file

@ -9,7 +9,7 @@
# Contributor: TIanyi Cui <tianyicui@gmail.com>
pkgname=libnode
pkgver=23.1.0
pkgver=23.3.0
pkgrel=1
pkgdesc="Evented I/O for V8 javascript - shared library"
arch=('x86_64')
@ -20,7 +20,7 @@ depends=('icu' 'libuv' 'libnghttp2' 'libnghttp3' 'libngtcp2' 'openssl' 'zlib' 'b
makedepends=('python' 'procps-ng')
conflicts=('nodejs-shared')
source=("nodejs-${pkgver}.tar.gz::https://github.com/nodejs/node/archive/refs/tags/v${pkgver}.tar.gz")
sha512sums=('4d6908493f59d60761a40323c504285e340d56719d6bf897666fef5ee359adb56a04c62a3461747cfc281a48771cabe571a042fb28c4094b631094d4b8319402')
sha512sums=('7a5d9f19173ae39ac69d724b7019f1c1e0c1c58dfee1cc8fc8d49739a55759664436e513dc7c9be6488dce6c07ac8118b466530dc85c1a68075b4540e19cf5c1')
build() {
cd node-${pkgver}