mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
libnode: auto updated to 23.9.0-1
This commit is contained in:
parent
6b59bb96d6
commit
8bd9473989
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@
|
|||
# Contributor: TIanyi Cui <tianyicui@gmail.com>
|
||||
|
||||
pkgname=libnode
|
||||
pkgver=23.8.0
|
||||
pkgrel=2
|
||||
pkgver=23.9.0
|
||||
pkgrel=1
|
||||
pkgdesc="Evented I/O for V8 javascript - shared library"
|
||||
arch=('x86_64')
|
||||
url='https://nodejs.org/'
|
||||
|
@ -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=('ed8230f4261ae78ed88d484c856c34f277ff02bd9b95c0b534ec3eb6cfee7b25638cbc8bd7b615fc04ee7879487396096fe756804d8ee76c4d2abfb547190c03')
|
||||
sha512sums=('9b2bab0ccd60cc5ffde6881281cc831798ce2b89100220173f0b55edd9910847623fb85d03bdb0f8d72490e3cdff8bf426f99c2c23f24603900624f79cfda56f')
|
||||
|
||||
build() {
|
||||
cd node-${pkgver}
|
||||
|
|
Loading…
Add table
Reference in a new issue