mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/nodejs to 14.9.0-1
This commit is contained in:
parent
75f0b9be3b
commit
f893614180
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=14.8.0
|
||||
pkgver=14.9.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=('7316398e065c1b23937f0a6d32662e49c0c7d20a2c21e7baf97941cf959c3f377a5fda78d4682508db6529e1ea23dfa596c98c95b3a6ab4e7ddf564e5db98d17')
|
||||
sha512sums=('537542cfacf951d187fcacf92e301508c4f3e24e4a88e8ae5c408736ca813974e3934e714990e8ea224f9614777ec1e25bdcca678f58e0d11baed881503b511d')
|
||||
|
||||
build() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue