summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2022-01-18 22:28:41 +0100
committermax2022-01-18 22:28:41 +0100
commit211d0a4dd4d18604b0be367d855a6e14aa382d6f (patch)
treedcb60ab15cbbd876703994f2260bd582ede5d631
parent3431bd8e3269a78c36acdd31381dec045b64f812 (diff)
downloadaur-211d0a4dd4d18604b0be367d855a6e14aa382d6f.tar.gz
Release 9.5.11
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34b4733f2b78..7b7449665639 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 9.5.10
+ pkgver = 9.5.11
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php>=7.0.0
- source = https://phar.phpunit.de/phpunit-9.5.10.phar
- source = https://phar.phpunit.de/phpunit-9.5.10.phar.asc
- source = LICENSE-9.5.10::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.5.10/LICENSE
+ source = https://phar.phpunit.de/phpunit-9.5.11.phar
+ source = https://phar.phpunit.de/phpunit-9.5.11.phar.asc
+ source = LICENSE-9.5.11::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.5.11/LICENSE
validpgpkeys = D8406D0D82947747293778314AA394086372C20A
- sha256sums = a34b9db21de3e75ba2e609e68a4da94633f4a99cad8413fd3731a2cd9aa08ca8
+ sha256sums = e74ea97cf904f72e537de2778fa70ad94651580879bdc04386fd2ae62d7e03a5
sha256sums = SKIP
sha256sums = 678ce98aa2b4ef04956b79731a07db2845d59aa43794cd9b4c913e0e6d7172d9
diff --git a/PKGBUILD b/PKGBUILD
index 868fa582b455..3640887eb4cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=9.5.10
+pkgver=9.5.11
pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
url="https://phpunit.de"
@@ -19,7 +19,7 @@ source=("https://phar.phpunit.de/phpunit-${pkgver}.phar"
# To add the key use gpg
# gpg --keyserver pgp.uni-mainz.de --recv-keys 4AA394086372C20A
validpgpkeys=('D8406D0D82947747293778314AA394086372C20A')
-sha256sums=('a34b9db21de3e75ba2e609e68a4da94633f4a99cad8413fd3731a2cd9aa08ca8'
+sha256sums=('e74ea97cf904f72e537de2778fa70ad94651580879bdc04386fd2ae62d7e03a5'
'SKIP'
'678ce98aa2b4ef04956b79731a07db2845d59aa43794cd9b4c913e0e6d7172d9')