summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2024-03-21 09:56:54 +0100
committermax2024-03-21 09:56:54 +0100
commitde4953ae6af213536993d34ab41475ec70249e46 (patch)
tree4c83b0ff6118ecc2a0e0992ace22e9371c202ab0
parentdf3d74bc639030dc2d9fcba385c641db2d7b7ebb (diff)
downloadaur-de4953ae6af213536993d34ab41475ec70249e46.tar.gz
Release 11.0.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9b1dee9d294..31a77eb0f426 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phpunit
pkgdesc = A programmer-oriented testing framework for PHP
- pkgver = 11.0.6
+ pkgver = 11.0.7
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.6
+ source = git+https://github.com/sebastianbergmann/phpunit.git#tag=11.0.7
sha256sums = SKIP
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index bddaa02a5440..caaf826eca4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Attila Bukor <r1pp3rj4ck [at] w4it [dot] eu>
pkgname=phpunit
-pkgver=11.0.6
+pkgver=11.0.7
pkgrel=1
pkgdesc="A programmer-oriented testing framework for PHP"
conflicts=('phpunit-bin')