diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-05 18:18:25 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-05 18:18:25 -0300 |
commit | 59ce428cd6906ac8ed953afbb45220c18766a34a (patch) | |
tree | a73c9ad1591bfa30de0d0bbf744527a54b7f2c78 | |
parent | 60f119edd808dbfb867590d5d4ccdad7e4938c35 (diff) |
community/libcouchbase: upgrade to 2.10.6
-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 0880362fa6c..45418ca166a 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.10.5 +pkgver=2.10.6 pkgrel=0 pkgdesc="C client library for Couchbase" url="https://developer.couchbase.com/community" @@ -72,5 +72,5 @@ bin() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ } -sha512sums="a2be492e76bd738f8de926a5abebdca3ff8e214255294c3fbdbe6ef29dcde0ebb30fc96bce2c3e98906850ab1756d43650d856748edb4e9eefc007e978068f20 libcouchbase-2.10.5.tar.gz +sha512sums="d758bd93d8f67406d5db87deec7424e6e62360ef843f10e74a8c34a5a30cbcc075d2ffbfb6e582786c571f1bdc32c5b6f3a9522c4e8e6803aa2857ee87627cca libcouchbase-2.10.6.tar.gz 72319b86fdd91728723ccb091e72199788a84e2ec9ea12c0fcd1ed686eb155ec11e0addbff96735f83e7f31764a85650f0483b6e76d3a8bee16f71b2751fe4a9 fix_socktest.patch" |