mongo-c-driver: update to 1.12.0.

This commit is contained in:
John 2018-07-28 18:45:02 +02:00 committed by maxice8
parent 047ca945e2
commit d5a96f8982

View file

@ -1,6 +1,6 @@
# Template file for 'mongo-c-driver'
pkgname=mongo-c-driver
version=1.11.0
version=1.12.0
revision=1
wrksrc="mongo-c-driver-${version}"
build_style=cmake
@ -10,9 +10,9 @@ short_desc="A client library written in C for MongoDB"
maintainer="John <johnz@posteo.net>"
license="Apache-2.0"
homepage="http://mongoc.org/"
changelog="https://github.com/mongodb/mongo-c-driver/releases"
changelog="https://github.com/mongodb/mongo-c-driver/${version}/NEWS"
distfiles="https://github.com/mongodb/mongo-c-driver/releases/download/${version}/mongo-c-driver-${version}.tar.gz"
checksum=bba4afd0e5cc81fc0ddff3c76f1f6d37ddeff684dcf4d4970a414f9ebd84894c
checksum=e5924207f6ccbdf74a9b95305b150e96b3296a71f2aafbb21e647dc28d580c68
do_check() {
: #requires a running MongoDB instance