summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2024-02-05 15:25:02 +0100
committermax2024-02-05 15:25:29 +0100
commit78bb6ce644bda1f5b772e1d25bbace053e4f177a (patch)
tree0fcf407933f7f8b3260672cc89a92ffce7e0bab5
parent8873a852bda1adf3346adbf556d676235c728d0c (diff)
downloadaur-78bb6ce644bda1f5b772e1d25bbace053e4f177a.tar.gz
Release 11.0.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38ca06aefaba..1ae1900912e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phpunit
pkgdesc = A programmer-oriented testing framework for PHP
- pkgver = 10.5.5
+ pkgver = 11.0.2
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=10.5.5
+ source = git+https://github.com/sebastianbergmann/phpunit.git#tag=11.0.2
sha256sums = SKIP
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 83246f172ac8..76fd9faf6642 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Attila Bukor <r1pp3rj4ck [at] w4it [dot] eu>
pkgname=phpunit
-pkgver=10.5.5
+pkgver=11.0.2
pkgrel=1
pkgdesc="A programmer-oriented testing framework for PHP"
conflicts=('phpunit-bin')