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