summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2024-04-02 12:24:44 +0200
committermax2024-04-02 12:24:44 +0200
commit6122e86824a155745626c9770c77c820531a2cde (patch)
treecdf4c9c898269aa6eabf41786a3ca5b062af5d1e
parent77c91e000c7d3faf016f3ff57238489a5483b9ae (diff)
downloadaur-6122e86824a155745626c9770c77c820531a2cde.tar.gz
Release 11.0.9
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b1a42143444..7dc017ebe941 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phpunit
pkgdesc = A programmer-oriented testing framework for PHP
- pkgver = 11.0.8
+ pkgver = 11.0.9
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.8
+ source = git+https://github.com/sebastianbergmann/phpunit.git#tag=11.0.9
sha256sums = SKIP
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 2fa3b6fbc01d..d68e534281b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Attila Bukor <r1pp3rj4ck [at] w4it [dot] eu>
pkgname=phpunit
-pkgver=11.0.8
+pkgver=11.0.9
pkgrel=1
pkgdesc="A programmer-oriented testing framework for PHP"
conflicts=('phpunit-bin')