diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:03:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:03:14 +0000 |
commit | d5c6f537d67f51457e3381fc9af68b5ebde08c38 (patch) | |
tree | 6bb84b804c9a1a4093ade2a529ea51315f6aa76b /community/libcouchbase/APKBUILD | |
parent | f6de4daa48fd9e3c743fe90cede7735741e6e2b8 (diff) | |
download | aports-d5c6f537d67f51457e3381fc9af68b5ebde08c38.tar.bz2 aports-d5c6f537d67f51457e3381fc9af68b5ebde08c38.tar.xz |
community/libcouchbase: rebuild against libressl 2.5
Diffstat (limited to 'community/libcouchbase/APKBUILD')
-rw-r--r-- | community/libcouchbase/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libcouchbase/APKBUILD b/community/libcouchbase/APKBUILD index aa3b310e52..9735b657fa 100644 --- a/community/libcouchbase/APKBUILD +++ b/community/libcouchbase/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Nathan Johnson <nathan@nathanjohnson.info> pkgname=libcouchbase pkgver=2.7.3 -pkgrel=0 +pkgrel=1 pkgdesc="C client library for Couchbase" url="https://developer.couchbase.com/community" arch="all" |