diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-04-01 02:29:20 +0300 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-01 22:44:41 +0200 |
commit | 072ad9ea5a5a34a665ef1249138c6b405adee598 (patch) | |
tree | e7d30d4132c07b4e7816990ef39b7c8a31de9ce2 /community/nodejs-current | |
parent | 6380442a16252d6f1eec965cf2f024e19a6f88f2 (diff) | |
download | aports-072ad9ea5a5a34a665ef1249138c6b405adee598.tar.bz2 aports-072ad9ea5a5a34a665ef1249138c6b405adee598.tar.xz |
main/openssl: rebuild packages that link openssl statically
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 d3844f6ea7..01bd799cf0 100644 --- a/community/nodejs-current/APKBUILD +++ b/community/nodejs-current/APKBUILD @@ -13,7 +13,7 @@ pkgname=nodejs-current # The current stable version, i.e. non-LTS. pkgver=9.10.1 -pkgrel=0 +pkgrel=1 pkgdesc="JavaScript runtime built on V8 engine - current stable version" url="https://nodejs.org/" arch="all" |