aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-mongodb
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2017-12-03 17:57:03 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-12-04 13:52:30 +0100
commit583151f926188ce2f6485b61a64e4f8e1f63697c (patch)
tree50a51dcb701845fe06af2e6478d772f013a13c1f /testing/php7-mongodb
parentb12bc103005ea4d64960f538bd0c3afe8cb44076 (diff)
downloadaports-583151f926188ce2f6485b61a64e4f8e1f63697c.tar.bz2
aports-583151f926188ce2f6485b61a64e4f8e1f63697c.tar.xz
testing/php7-mongodb: upgrade to 1.3.4
Disable check() because requires VM to run
Diffstat (limited to 'testing/php7-mongodb')
-rw-r--r--testing/php7-mongodb/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/php7-mongodb/APKBUILD b/testing/php7-mongodb/APKBUILD
index aa775d4599..61692f09d6 100644
--- a/testing/php7-mongodb/APKBUILD
+++ b/testing/php7-mongodb/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabio Ribeiro <fabiorphp@gmail.com>
pkgname=php7-mongodb
_pkgreal=mongodb
-pkgver=1.3.1
+pkgver=1.3.4
_pkgver=${pkgver/_rc/RC}
pkgrel=0
pkgdesc="PHP7 MongoDB driver"
@@ -14,6 +14,7 @@ makedepends="openssl-dev pcre-dev php7-dev autoconf"
install=""
subpackages=""
source="http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz"
+options="!check" # tests requires additional dependencies (vagrant)
_builddir="$srcdir"/$_pkgreal-$_pkgver
build() {
@@ -32,4 +33,4 @@ package() {
echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini
}
-sha512sums="27ef35e94be8c76d07e8f7e566d5bb08820aa65dfcffc7763b124ff4c1dfb2f9daacf63d53f979fac90504b1351d57a31cc286df29eaef06deae6c6c482a0181 mongodb-1.3.1.tgz"
+sha512sums="016d61adab4b1ca697fa8c2f3d1198d1cc12f047e28de1abf17019ff1c7ab191c75696f206ad443c953242d07391d5397ded25369d4ed59ddfea8f5346b7f408 mongodb-1.3.4.tgz"