summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomasz Gruszka2020-02-01 12:20:19 +0100
committerTomasz Gruszka2020-02-01 12:20:19 +0100
commitb53dbc7b8dc256904db810336b62efd6cfa11b8a (patch)
tree960ad5d419d6c9c941c182d7180f0f6977924d92 /PKGBUILD
parent8613d66375bdb45bcd41f2e0d2091984f267b53a (diff)
downloadaur-b53dbc7b8dc256904db810336b62efd6cfa11b8a.tar.gz
Updated to 2.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7b57ee8c91d..79d4dc52f414 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_phpversion=73
_extname=xdebug
pkgname=php${_phpversion}-${_extname}
-pkgver=2.9.1
+pkgver=2.9.2
pkgrel=1
pkgdesc="Xdebug is an extension for PHP to assist with debugging and development"
arch=("x86_64")
@@ -10,7 +10,7 @@ url="https://xdebug.org/"
license=('Xdebug')
depends=("php${_phpversion}")
source=("http://pecl.php.net/get/${_extname}-${pkgver}.tgz")
-sha256sums=('f840292e9fd56f5167ec42b126e0807de6ad9ebd4f6260b65802d177a6aa6d31')
+sha256sums=('158cce5ff44411128701227ada80933cbd4b03c241a3d0695a309098b3eecc69')
backup=("etc/php${_phpversion}/conf.d/$_extname.ini")
build() {