summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBernardas Ališauskas2020-09-02 05:32:46 +0000
committerBernardas Ališauskas2020-09-02 05:32:46 +0000
commit5ab06e9fc9e2694b5c8177d61838c6b46a5e84b3 (patch)
treeccad88e9660b71596d4794ecdcc721bdb80fa604 /PKGBUILD
parentf86d6451d844a98c1f17f68daae6eb28b6a1bc11 (diff)
downloadaur-libcouchbase.tar.gz
bump to 3.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b97ce68b99a7..25cf32875bd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Previous Contributors: kainlite <kainlite@gmail.com>
pkgname=libcouchbase
-pkgver=3.0.3
+pkgver=3.0.4
pkgrel=1
pkgdesc="The C library provides fast access to documents in the latest Couchbase Server"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ install=$pkgname.install
source=(
"https://github.com/couchbase/libcouchbase/releases/download/${pkgver}/libcouchbase-${pkgver}.tar.gz"
)
-md5sums=('53aebe88e542d6a23b8ac45e1d03b99f')
+md5sums=('44d36107687a478cc16407c392353b33')
build() {
tar -xzf "libcouchbase-${pkgver}.tar.gz" -C "${srcdir}/libcouchbase-${pkgver}"