diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-30 18:00:10 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-30 18:00:24 +0200 |
commit | 54b0067fd2b412c0f097d8d093d286262926b007 (patch) | |
tree | 9d45582e6264d8b2aece4713a49e0c5f56097196 /community/nodejs-current | |
parent | 0deca113e3588aa26eeb699ae2d9352a926cd747 (diff) | |
download | aports-54b0067fd2b412c0f097d8d093d286262926b007.tar.bz2 aports-54b0067fd2b412c0f097d8d093d286262926b007.tar.xz |
community/nodejs-current: rebuild against http-parser 2.8.0
Diffstat (limited to 'community/nodejs-current')
-rw-r--r-- | community/nodejs-current/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nodejs-current/APKBUILD b/community/nodejs-current/APKBUILD index f4cd1792ef..881e232365 100644 --- a/community/nodejs-current/APKBUILD +++ b/community/nodejs-current/APKBUILD @@ -9,7 +9,7 @@ pkgname=nodejs-current # The current stable version, i.e. non-LTS. pkgver=9.10.0 -pkgrel=0 +pkgrel=1 pkgdesc="JavaScript runtime built on V8 engine - current stable version" url="https://nodejs.org/" arch="all" |