diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2020-03-23 17:35:36 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2020-03-23 17:35:36 +0200 |
commit | a4172a174944a5c4e8274d3899613754a037fb6a (patch) | |
tree | b246fe43af58e4658160b2e9b56e1323add747d5 | |
parent | fdacbc1a048db57c6a685a1935a0c592a460c513 (diff) | |
download | aports-a4172a174944a5c4e8274d3899613754a037fb6a.tar.bz2 aports-a4172a174944a5c4e8274d3899613754a037fb6a.tar.xz |
community/php7-pecl-xdebug: upgrade to 2.9.4
-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 1511f8176c..d25cb928ae 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.9.3 +pkgver=2.9.4 pkgrel=0 pkgdesc="PHP extension that provides functions for function traces and profiling - PECL" url="https://pecl.php.net/package/xdebug" @@ -41,4 +41,4 @@ package() { EOF } -sha512sums="cd5d0f7260555a07e8d49c70ad71288cb092434464df3915085181a018d9e020c0fff102a2056619254836b029393cb8fd2e6983f174cb80bbeebc90f85555b8 php7-pecl-xdebug-2.9.3.tgz" +sha512sums="8ea5977e2e625b2859b898b23f8d2b1b78951ff04e5368f1ed32eb064d5f99b14210a5dc3974fad93c4851ea73875c3fa20d7cec7484a6f786f4016375d5a406 php7-pecl-xdebug-2.9.4.tgz" |