mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/nodejs to 14.8.0-1
This commit is contained in:
parent
b1d082a2d5
commit
9d07c84324
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=14.7.0
|
||||
pkgver=14.8.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=('aa72d8bdc2c8e12f73f8a7f8207ec9aeae3c0993ec1fc842c0deff653f92f0dfeeca5e5ae81ecd9464e877150332c97e10162c4a4e9a6cdd72aad566f40ba6c6')
|
||||
sha512sums=('7316398e065c1b23937f0a6d32662e49c0c7d20a2c21e7baf97941cf959c3f377a5fda78d4682508db6529e1ea23dfa596c98c95b3a6ab4e7ddf564e5db98d17')
|
||||
|
||||
build() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue