mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/nodejs to 14.10.0-1
This commit is contained in:
parent
2a33a8c5ed
commit
97ab31013d
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=14.9.0
|
||||
pkgver=14.10.0
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('x86_64')
|
||||
|
@ -23,7 +23,7 @@ depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' '
|
|||
makedepends=('python' 'procps-ng')
|
||||
optdepends=('npm: nodejs package manager')
|
||||
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz")
|
||||
sha512sums=('537542cfacf951d187fcacf92e301508c4f3e24e4a88e8ae5c408736ca813974e3934e714990e8ea224f9614777ec1e25bdcca678f58e0d11baed881503b511d')
|
||||
sha512sums=('6d82e419580ae47398ad1a34238136dfdf57414cb021dcd13e978547384ef42e1e673e47959a2689cb7bca3878843a471d26c716266e09b8be1cd8edb7fc736c')
|
||||
|
||||
build() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue