diff options
-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 7e7c1a6af4..1511f8176c 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.2 +pkgver=2.9.3 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="87de15d3ca82298a404e7b9f3a18efa50d6204c5b9dec499662adf43985d2aa58da352afdb3e8c753713974d902d9c9af033359ff7ac55e40b0c3315b6e1ba6e php7-pecl-xdebug-2.9.2.tgz" +sha512sums="cd5d0f7260555a07e8d49c70ad71288cb092434464df3915085181a018d9e020c0fff102a2056619254836b029393cb8fd2e6983f174cb80bbeebc90f85555b8 php7-pecl-xdebug-2.9.3.tgz" |