diff options
author | Eugene Lamskoy | 2023-10-16 19:26:03 +0300 |
---|---|---|
committer | Eugene Lamskoy | 2023-10-16 19:26:03 +0300 |
commit | fb156f8f8876cd146c61d68125ba783b411c501a (patch) | |
tree | f49e8295f73b4d984e6102d49b758d10bdfdd88e | |
parent | ce6436c1d403272404bfa2b1d5e72c01ce2b2826 (diff) | |
download | aur-fb156f8f8876cd146c61d68125ba783b411c501a.tar.gz |
3.2.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,13 +1,13 @@ pkgbase = php82-xdebug pkgdesc = Xdebug is an extension for PHP to assist with debugging and development for php82 - pkgver = 3.2.1 + pkgver = 3.2.2 pkgrel = 1 url = https://xdebug.org/ arch = x86_64 license = Xdebug depends = php82 backup = etc/php82/conf.d/xdebug.ini - source = http://pecl.php.net/get/xdebug-3.2.1.tgz - sha256sums = ef4cb3c228192798874e4530cccceee76840cc80821909740088a1e1a8f00445 + source = http://pecl.php.net/get/xdebug-3.2.2.tgz + sha256sums = f48777371f90cbb315ea4ea082a1ede6765bcfb35d7d6356ab8f71fd6dfcc157 pkgname = php82-xdebug @@ -1,7 +1,7 @@ pkgname=php82-xdebug _phpbase=82 _extname=xdebug -pkgver=3.2.1 +pkgver=3.2.2 pkgrel=1 pkgdesc="Xdebug is an extension for PHP to assist with debugging and development for php${_phpbase}" arch=("x86_64") @@ -28,4 +28,4 @@ package() { install -m0755 -D ".libs/$_extname.so" "$pkgdir$(php-config${_phpbase} --extension-dir)/$_extname.so" } -sha256sums=('ef4cb3c228192798874e4530cccceee76840cc80821909740088a1e1a8f00445') +sha256sums=('f48777371f90cbb315ea4ea082a1ede6765bcfb35d7d6356ab8f71fd6dfcc157') |