diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-05-06 20:11:10 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-05-06 20:14:28 +0300 |
commit | 9f05493e83627b7ef53f20232a2295f76dbc1c61 (patch) | |
tree | f8f6b06ddc2aa581be2ce060ba7b0e90ec97f395 | |
parent | 7571f6ce08088d0644c95da6b1c4a780078951a8 (diff) | |
download | aports-9f05493e83627b7ef53f20232a2295f76dbc1c61.tar.bz2 aports-9f05493e83627b7ef53f20232a2295f76dbc1c61.tar.xz |
community/php7-pecl-xdebug: upgrade to 2.7.2
-rw-r--r-- | community/php7-pecl-xdebug/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/php7-pecl-xdebug/APKBUILD b/community/php7-pecl-xdebug/APKBUILD index eef000a0f7..6c393fd977 100644 --- a/community/php7-pecl-xdebug/APKBUILD +++ b/community/php7-pecl-xdebug/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Andy Postnikov <apostnikov@gmail.com> pkgname=php7-pecl-xdebug _pkgname=xdebug -pkgver=2.7.1 +pkgver=2.7.2 pkgrel=0 pkgdesc="PHP extension that provides functions for function traces and profiling - PECL" url="https://pecl.php.net/package/xdebug" @@ -44,4 +44,4 @@ package() { EOF } -sha512sums="f93b0ff14e21f557beb7409604d23862ea622bb0d0bf150a8e2b3aa65acb947e2405a9d0b60b409001ae2290bbd3e73f411fc1f0829e3d78a67e8620bde2e2ae php7-pecl-xdebug-2.7.1.tgz" +sha512sums="faeffb6b1bccb9fec8e589288ac5025b18cb4ee8b637c7d9e71bfd1167b36381e438af72c9b6f71658c92dabb79629e38047972a00719166d66ca34cfb5095c2 php7-pecl-xdebug-2.7.2.tgz" |