summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2021-09-13 09:44:42 +0200
committermax2021-09-13 09:44:42 +0200
commit2ca48072487d4bc4b4ec98cdac84abc1f36f6ca0 (patch)
tree99c25a2bd3f4ab2e4fcfba10a394211e1d5d66ae
parentc1b80935c1a8b6e74da46e5b10d07f614a9f28a5 (diff)
downloadaur-2ca48072487d4bc4b4ec98cdac84abc1f36f6ca0.tar.gz
Release 9.5.9
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b735d16b08ea..b5e945538e42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 9.5.6
+ pkgver = 9.5.9
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.6.phar
- source = https://phar.phpunit.de/phpunit-9.5.6.phar.asc
- source = LICENSE-9.5.6::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.5.6/LICENSE
+ source = https://phar.phpunit.de/phpunit-9.5.9.phar
+ source = https://phar.phpunit.de/phpunit-9.5.9.phar.asc
+ source = LICENSE-9.5.9::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.5.9/LICENSE
validpgpkeys = D8406D0D82947747293778314AA394086372C20A
- sha256sums = 59ed1b6c650e877f309284ce0653b8bdf092268ef949a714134e457f767d1de9
+ sha256sums = 0fed2c26d31dc9baf39bb22356f59aa640949ab3805343102207880f17b56d9c
sha256sums = SKIP
sha256sums = 678ce98aa2b4ef04956b79731a07db2845d59aa43794cd9b4c913e0e6d7172d9
diff --git a/PKGBUILD b/PKGBUILD
index 595436b4aa7c..a331e84e2bf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=9.5.6
+pkgver=9.5.9
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=('59ed1b6c650e877f309284ce0653b8bdf092268ef949a714134e457f767d1de9'
+sha256sums=('0fed2c26d31dc9baf39bb22356f59aa640949ab3805343102207880f17b56d9c'
'SKIP'
'678ce98aa2b4ef04956b79731a07db2845d59aa43794cd9b4c913e0e6d7172d9')