summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2021-06-19 14:08:20 +0200
committermax2021-06-19 14:08:20 +0200
commit30c118dffb6624709f8ac621b4da639929a4b9c6 (patch)
tree7d3b1929b430885b7de1246dc7cf08e1fbe0c23f
parent34f2edb0982d4e9162e691a9a98e9fd7aa367eba (diff)
downloadaur-30c118dffb6624709f8ac621b4da639929a4b9c6.tar.gz
Release 9.5.5
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a6aced6476c..2831fc7b6586 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 9.5.4
+ pkgver = 9.5.5
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.4.phar
- source = https://phar.phpunit.de/phpunit-9.5.4.phar.asc
- source = LICENSE-9.5.4::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.5.4/LICENSE
+ source = https://phar.phpunit.de/phpunit-9.5.5.phar
+ source = https://phar.phpunit.de/phpunit-9.5.5.phar.asc
+ source = LICENSE-9.5.5::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.5.5/LICENSE
validpgpkeys = D8406D0D82947747293778314AA394086372C20A
- sha256sums = 79caa5773272293ebcfcd4bfd68ecac7707fc71019bfb17aac6884ef0a11d005
+ sha256sums = 8136c06c3a91ec3967bcc28bb8924921035b6d3283ed35abca238dfabeb04669
sha256sums = SKIP
sha256sums = 678ce98aa2b4ef04956b79731a07db2845d59aa43794cd9b4c913e0e6d7172d9
pkgname = phpunit
-
diff --git a/PKGBUILD b/PKGBUILD
index b0af490ab9ef..28140f2639ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=9.5.4
+pkgver=9.5.5
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=('79caa5773272293ebcfcd4bfd68ecac7707fc71019bfb17aac6884ef0a11d005'
+sha256sums=('8136c06c3a91ec3967bcc28bb8924921035b6d3283ed35abca238dfabeb04669'
'SKIP'
'678ce98aa2b4ef04956b79731a07db2845d59aa43794cd9b4c913e0e6d7172d9')