diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-05-08 01:45:41 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-05-19 15:31:58 +0300 |
commit | 1d915b125a7a3e5e184ba9a33a1ca3ad8e46d5f2 (patch) | |
tree | ab23adb62d2eecc2909bb67dfb13eb1616b0c99e /testing/php7-mongodb/APKBUILD | |
parent | 61c9505c9bd222313ede8179a8b733e7ae5b1ce7 (diff) | |
download | aports-1d915b125a7a3e5e184ba9a33a1ca3ad8e46d5f2.tar.bz2 aports-1d915b125a7a3e5e184ba9a33a1ca3ad8e46d5f2.tar.xz |
testing/php7-mongodb: upgrade to 1.4.3
Diffstat (limited to 'testing/php7-mongodb/APKBUILD')
-rw-r--r-- | testing/php7-mongodb/APKBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/testing/php7-mongodb/APKBUILD b/testing/php7-mongodb/APKBUILD index 20ec210d09..faf8cb8102 100644 --- a/testing/php7-mongodb/APKBUILD +++ b/testing/php7-mongodb/APKBUILD @@ -2,16 +2,17 @@ # Maintainer: Fabio Ribeiro <fabiorphp@gmail.com> pkgname=php7-mongodb _pkgreal=mongodb -pkgver=1.4.2 +pkgver=1.4.3 _pkgver=${pkgver/_rc/RC} -pkgrel=2 +pkgrel=0 pkgdesc="PHP7 MongoDB driver" url="http://pecl.php.net/package/mongodb" arch="x86_64 armhf" license="PHP" depends="php7-json" makedepends="libressl-dev pcre-dev php7-dev autoconf" -source="http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz" +source="http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz + libressl-273.patch" options="!check" # tests requires additional dependencies (vagrant) builddir="$srcdir"/$_pkgreal-$_pkgver @@ -30,4 +31,5 @@ package() { echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini } -sha512sums="ee40c76194ff47407eb14aa7677fe090fe71fed953afd36b68661f7ab67315cb105b485a49f6b1d00a97c1829afb9a4f605463d8d310f7f9263bf90f4bba1bb6 mongodb-1.4.2.tgz" +sha512sums="60a8c5ba76f200c0504126eeefb092061def3dd9add6fc002ebf762923edd09479da1413ee417c72da6f1a4317895608b4cfe431e5e6546292bedbfd5bdf990b mongodb-1.4.3.tgz +d1851a2fc4bd311e6286527038f677e4eb48f1b773470eb0a9f324a8fa5ffebdcfd0f2f2419eb13634045e1fa5f9669e2e64d4c976c0fa97ce870fd4de5cc735 libressl-273.patch" |