diff options
author | TBK <tbk@jjtc.dk> | 2018-04-27 15:52:49 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-28 22:44:53 +0200 |
commit | 6e9346160b4a0d0451e600cf94ee3d178221c1ad (patch) | |
tree | 83a3f0bba617723012cb11f27acdc0109de32001 /community | |
parent | dc7a75d3f3cb957fb4afb19888369f8e9ac45380 (diff) | |
download | aports-6e9346160b4a0d0451e600cf94ee3d178221c1ad.tar.bz2 aports-6e9346160b4a0d0451e600cf94ee3d178221c1ad.tar.xz |
main/libuv: upgrade to 1.20.2 and rebuild dependent aports
Diffstat (limited to 'community')
-rw-r--r-- | community/captagent/APKBUILD | 2 | ||||
-rw-r--r-- | community/cassandra-cpp-driver/APKBUILD | 2 | ||||
-rw-r--r-- | community/h2o/APKBUILD | 2 | ||||
-rw-r--r-- | community/libcouchbase/APKBUILD | 2 | ||||
-rw-r--r-- | community/neovim/APKBUILD | 2 | ||||
-rw-r--r-- | community/nodejs-current/APKBUILD | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/community/captagent/APKBUILD b/community/captagent/APKBUILD index d5f5469cd0..d636a1a676 100644 --- a/community/captagent/APKBUILD +++ b/community/captagent/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> pkgname=captagent pkgver=6.3.0 -pkgrel=2 +pkgrel=3 pkgdesc="HEP Capture Agent for HOMER" url="https://github.com/sipcapture/captagent" arch="all" diff --git a/community/cassandra-cpp-driver/APKBUILD b/community/cassandra-cpp-driver/APKBUILD index 91c36f567f..07b8d8bc17 100644 --- a/community/cassandra-cpp-driver/APKBUILD +++ b/community/cassandra-cpp-driver/APKBUILD @@ -3,7 +3,7 @@ pkgname=cassandra-cpp-driver _pkgreal=cpp-driver pkgver=2.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="Cassandra CPP Driver" url="http://datastax.github.io/cpp-driver/" arch="x86_64 x86 ppc64le" diff --git a/community/h2o/APKBUILD b/community/h2o/APKBUILD index 2d318b6de6..b8a9dbeb8c 100644 --- a/community/h2o/APKBUILD +++ b/community/h2o/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bennett Goble <nivardus@gmail.com> pkgname=h2o pkgver=2.2.4 -pkgrel=1 +pkgrel=2 pkgdesc="An optimized HTTP/1, HTTP/2 server written in C" url="https://h2o.examp1e.net" arch="all" diff --git a/community/libcouchbase/APKBUILD b/community/libcouchbase/APKBUILD index 85dc03e820..72ffbcb88e 100644 --- a/community/libcouchbase/APKBUILD +++ b/community/libcouchbase/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Nathan Johnson <nathan@nathanjohnson.info> pkgname=libcouchbase pkgver=2.8.5 -pkgrel=1 +pkgrel=2 pkgdesc="C client library for Couchbase" url="https://developer.couchbase.com/community" arch="all" diff --git a/community/neovim/APKBUILD b/community/neovim/APKBUILD index 8ee1d532fc..09c336c117 100644 --- a/community/neovim/APKBUILD +++ b/community/neovim/APKBUILD @@ -13,7 +13,7 @@ # NOTE: ignore-st-cursor-shape.patch will be in neovim 0.2.3 pkgname=neovim pkgver=0.2.2 -pkgrel=2 +pkgrel=3 pkgdesc="Vim-fork focused on extensibility and agility" url="https://neovim.io" arch="all !s390x" # needs luajit diff --git a/community/nodejs-current/APKBUILD b/community/nodejs-current/APKBUILD index 52ff09a4b3..898d4bb075 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.11.1 -pkgrel=1 +pkgrel=2 pkgdesc="JavaScript runtime built on V8 engine - current stable version" url="https://nodejs.org/" arch="all" |