diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2020-01-31 16:16:17 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2020-01-31 16:16:17 +0200 |
commit | 33459b6374c002fcd18416f3924b94cd6505fd7b (patch) | |
tree | c58cd5758e9bd269f3e84c34d739b62735583967 /community | |
parent | 4d1d940a0326ffb00ecd68c76bcddf045f28cb90 (diff) | |
download | aports-33459b6374c002fcd18416f3924b94cd6505fd7b.tar.bz2 aports-33459b6374c002fcd18416f3924b94cd6505fd7b.tar.xz |
community/php7-pecl-xdebug: upgrade to 2.9.2
Diffstat (limited to 'community')
-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 f0f3158a71..7e7c1a6af4 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.1 +pkgver=2.9.2 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="278bf71a0a1eace636ee09b86f9c1e732eae6d1d3548c3556395f6bba2d4bb7553999b5c00df35fdc88ff1bd3e5743367b866febb22b2efb3aa3d38504854ae2 php7-pecl-xdebug-2.9.1.tgz" +sha512sums="87de15d3ca82298a404e7b9f3a18efa50d6204c5b9dec499662adf43985d2aa58da352afdb3e8c753713974d902d9c9af033359ff7ac55e40b0c3315b6e1ba6e php7-pecl-xdebug-2.9.2.tgz" |