summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2024-03-09 13:44:03 +0100
committermax2024-03-09 13:44:03 +0100
commit683ccf7766368eeb26f1e064daab2f70c20c7024 (patch)
treec8e4946a1855d826f5e189f451d8c0cbd0bf5fdd
parent78bb6ce644bda1f5b772e1d25bbace053e4f177a (diff)
downloadaur-683ccf7766368eeb26f1e064daab2f70c20c7024.tar.gz
Release 11.0.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ae1900912e3..ada1d8238e76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phpunit
pkgdesc = A programmer-oriented testing framework for PHP
- pkgver = 11.0.2
+ pkgver = 11.0.4
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
@@ -11,7 +11,7 @@ pkgbase = phpunit
makedepends = composer
depends = php>=8.1.0
conflicts = phpunit-bin
- source = git+https://github.com/sebastianbergmann/phpunit.git#tag=11.0.2
+ source = git+https://github.com/sebastianbergmann/phpunit.git#tag=11.0.4
sha256sums = SKIP
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 76fd9faf6642..221cdb41bc73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Attila Bukor <r1pp3rj4ck [at] w4it [dot] eu>
pkgname=phpunit
-pkgver=11.0.2
+pkgver=11.0.4
pkgrel=1
pkgdesc="A programmer-oriented testing framework for PHP"
conflicts=('phpunit-bin')