summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2024-03-12 16:58:33 +0100
committermax2024-03-12 16:58:33 +0100
commitdf3d74bc639030dc2d9fcba385c641db2d7b7ebb (patch)
treeab857d385ebd83a91fa2034489f86e80216eae53
parent683ccf7766368eeb26f1e064daab2f70c20c7024 (diff)
downloadaur-df3d74bc639030dc2d9fcba385c641db2d7b7ebb.tar.gz
Release 11.0.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ada1d8238e76..f9b1dee9d294 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phpunit
pkgdesc = A programmer-oriented testing framework for PHP
- pkgver = 11.0.4
+ pkgver = 11.0.6
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.4
+ source = git+https://github.com/sebastianbergmann/phpunit.git#tag=11.0.6
sha256sums = SKIP
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 221cdb41bc73..bddaa02a5440 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Attila Bukor <r1pp3rj4ck [at] w4it [dot] eu>
pkgname=phpunit
-pkgver=11.0.4
+pkgver=11.0.6
pkgrel=1
pkgdesc="A programmer-oriented testing framework for PHP"
conflicts=('phpunit-bin')