diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-04-05 19:56:16 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-04-05 20:00:09 +0300 |
commit | c3e6e7b0d954b2e86342768a7665d980036a83aa (patch) | |
tree | 195c36f82ab4895892c843a13e9cbb68ba0394a0 /community/php7-pecl-xdebug | |
parent | 7c25e16b9d6a96bb80b583cd96ecdde01108419a (diff) | |
download | aports-c3e6e7b0d954b2e86342768a7665d980036a83aa.tar.bz2 aports-c3e6e7b0d954b2e86342768a7665d980036a83aa.tar.xz |
community/php7-pecl-xdebug: upgrade to 2.7.1
Diffstat (limited to 'community/php7-pecl-xdebug')
-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 48bd6e6e8b..eef000a0f7 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.0 +pkgver=2.7.1 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="501ae544bb9d13a30e9d327583890ecba36f3b6764683d095d4988cb9b205adc6fb8ca21cca666620907e25ff50c00a8033194327d5cb4f67015e8c6d9104c18 php7-pecl-xdebug-2.7.0.tgz" +sha512sums="f93b0ff14e21f557beb7409604d23862ea622bb0d0bf150a8e2b3aa65acb947e2405a9d0b60b409001ae2290bbd3e73f411fc1f0829e3d78a67e8620bde2e2ae php7-pecl-xdebug-2.7.1.tgz" |