summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Gruszka2022-08-10 10:09:02 +0200
committerTomasz Gruszka2022-08-10 10:09:02 +0200
commit0a1a2e907f301e91a73fd90728b849cd6249f374 (patch)
tree30f5598ca23711a5203b7ad1b1e87be6e72b93b3
parent465b8a83484875bfdc36af20b33e80f254c76937 (diff)
downloadaur-0a1a2e907f301e91a73fd90728b849cd6249f374.tar.gz
Updated to 3.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 104fbe8e09b2..dec78186d3ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = php74-xdebug
pkgdesc = PHP debugging extension
- pkgver = 3.1.4
+ pkgver = 3.1.5
pkgrel = 1
url = https://xdebug.org/
arch = x86_64
license = Xdebug
depends = php74
backup = etc/php74/conf.d/xdebug.ini
- source = https://xdebug.org/files/xdebug-3.1.4.tgz
+ source = https://xdebug.org/files/xdebug-3.1.5.tgz
source = xdebug.ini
- sha256sums = 4195926f9f6c4e802ff749bb2ca85ac50636719a72e5389e372e35ef523505f9
+ sha256sums = 55f6ef381245da079b2fc5ce1cfbcb7961197d0c0e04f9d977613cf9aa969a79
sha256sums = SKIP
pkgname = php74-xdebug
diff --git a/PKGBUILD b/PKGBUILD
index a73a5d56d9c3..9eefb7113576 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_php=php74
_phpize=phpize74
pkgname="${_php}-xdebug"
-pkgver=3.1.4
+pkgver=3.1.5
pkgrel=1
pkgdesc="PHP debugging extension"
arch=("x86_64")
@@ -11,7 +11,7 @@ license=('Xdebug')
depends=("${_php}")
source=("https://xdebug.org/files/xdebug-${pkgver}.tgz"
"xdebug.ini")
-sha256sums=('4195926f9f6c4e802ff749bb2ca85ac50636719a72e5389e372e35ef523505f9'
+sha256sums=('55f6ef381245da079b2fc5ce1cfbcb7961197d0c0e04f9d977613cf9aa969a79'
'SKIP')
backup=("etc/${_php}/conf.d/xdebug.ini")