diff options
author | TBK <tbk@jjtc.eu> | 2018-06-23 21:10:00 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-22 14:28:46 +0200 |
commit | 5220530cc587c8cebc12e88b8013dddba10bca81 (patch) | |
tree | 2775cdcb4cf59b9b976ce062d570be3db0af3e4f /testing/mongo-c-driver | |
parent | 154a02a72aef756304d0b7ac575a06a08913cd73 (diff) | |
download | aports-5220530cc587c8cebc12e88b8013dddba10bca81.tar.bz2 aports-5220530cc587c8cebc12e88b8013dddba10bca81.tar.xz |
main/snappy: upgrade to 1.1.7 and rebuild dependent packages
Diffstat (limited to 'testing/mongo-c-driver')
-rw-r--r-- | testing/mongo-c-driver/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mongo-c-driver/APKBUILD b/testing/mongo-c-driver/APKBUILD index 5663509c08..56ed6d7006 100644 --- a/testing/mongo-c-driver/APKBUILD +++ b/testing/mongo-c-driver/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=mongo-c-driver pkgver=1.9.3 -pkgrel=0 +pkgrel=1 pkgdesc="Client library written in C for MongoDB" url="https://github.com/mongodb/mongo-c-driver" arch="all !x86 !armhf" # testsuite fails on x86 and armhf |