diff options
Diffstat (limited to 'community/libcouchbase/APKBUILD')
-rw-r--r-- | community/libcouchbase/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libcouchbase/APKBUILD b/community/libcouchbase/APKBUILD index 1a874a0415..6c5c4b0dd7 100644 --- a/community/libcouchbase/APKBUILD +++ b/community/libcouchbase/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Nathan Johnson <nathan@nathanjohnson.info> # Maintainer: Nathan Johnson <nathan@nathanjohnson.info> pkgname=libcouchbase -pkgver=2.9.5 +pkgver=2.10.3 pkgrel=1 pkgdesc="C client library for Couchbase" url="https://developer.couchbase.com/community" @@ -73,5 +73,5 @@ bin() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ } -sha512sums="ab6d03e5d05bf85d5d6626432895bc4eccc37a0efa56d0997fa4316fb54dcbade81ecfc04858a1a8f0e2747b1aff5184a5762860ce6280ca67bd8fa1bea813e9 libcouchbase-2.9.5.tar.gz +sha512sums="ec323d4a5de44c7293003ebc5ddfc8004c7a0ce8b268459a2216ce548545cc86c83c1207c25d57c8a5c57a866a2011639fcee0c9ac46c7ca6e71bfec0a6b3020 libcouchbase-2.10.3.tar.gz 72319b86fdd91728723ccb091e72199788a84e2ec9ea12c0fcd1ed686eb155ec11e0addbff96735f83e7f31764a85650f0483b6e76d3a8bee16f71b2751fe4a9 fix_socktest.patch" |