summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Matuzok2018-10-12 15:48:56 +0300
committerAleksandr Matuzok2018-10-12 15:48:56 +0300
commit71c9716875d58e2f1486f10f29ce6cc4478410b2 (patch)
tree3f33ca7b0da5f7b6f893f2e9f49500ff1cf8236b
parent9df0fd60802f104db4ab84fcc5c7dd1b52d34db8 (diff)
downloadaur-71c9716875d58e2f1486f10f29ce6cc4478410b2.tar.gz
[VER] 3.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec101a044497..d8ec54a02261 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@
# Thu Jan 28 21:30:36 UTC 2016
pkgbase = mongo-cxx-driver
pkgdesc = The official MongoDB C++ driver library
- pkgver = r3.3.0
+ pkgver = r3.3.1
pkgrel = 2
url = http://docs.mongodb.org/ecosystem/drivers/cpp/
arch = i686
@@ -10,7 +10,7 @@ pkgbase = mongo-cxx-driver
license = Apache
makedepends = cmake
depends = libmongoc
- source = https://github.com/mongodb/mongo-cxx-driver/archive/r3.3.0.tar.gz
- md5sums = 00c06c1c49bbd526da9c2fd53a727fa5
+ source = https://github.com/mongodb/mongo-cxx-driver/archive/r3.3.1.tar.gz
+ md5sums = 2577EE351719CA4397C5F91FACE35CF6
pkgname = mongo-cxx-driver
diff --git a/PKGBUILD b/PKGBUILD
index cacebaf5bcce..b3db26a0ad2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Aleksandr Matuzok <sherilynhope@gmail.com>
pkgname=mongo-cxx-driver
-pkgver=r3.3.0
+pkgver=r3.3.1
pkgrel=2
pkgdesc="The official MongoDB C++ driver library"
arch=('i686' 'x86_64')
@@ -27,4 +27,4 @@ package() {
cd "$pkgname-$pkgver/build"
DESTDIR=$pkgdir make install
}
-md5sums=('00c06c1c49bbd526da9c2fd53a727fa5')
+md5sums=('2577EE351719CA4397C5F91FACE35CF6')