summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2022-07-13 18:45:01 +0200
committermax2022-07-13 18:45:01 +0200
commitda6f32b95ab5f09f3d1baad4829e22a98e9af4c6 (patch)
treedceaf1f0b154d445b52bef75c90ca8c857f881aa
parenta69ddb772092f5c6a6495f17f8feeaa809ada606 (diff)
downloadaur-da6f32b95ab5f09f3d1baad4829e22a98e9af4c6.tar.gz
Release 9.5.21
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index feb2d486cd12..97b1785e9fd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 9.5.20
+ pkgver = 9.5.21
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.20.phar
- source = https://phar.phpunit.de/phpunit-9.5.20.phar.asc
- source = LICENSE-9.5.20::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.5.20/LICENSE
+ source = https://phar.phpunit.de/phpunit-9.5.21.phar
+ source = https://phar.phpunit.de/phpunit-9.5.21.phar.asc
+ source = LICENSE-9.5.21::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.5.21/LICENSE
validpgpkeys = D8406D0D82947747293778314AA394086372C20A
- sha256sums = 6becad2da5c37f5ad101cc665ef05a2f1a6a45d2427c8edcc74f72c92fb1e05a
+ sha256sums = cafb2681fa0ad01201b08b9ba89f7dbb41975147dfe93ffef14b76c06b31fea2
sha256sums = SKIP
sha256sums = c97186cfefa783568a49feaef88405390b9763def6af1b5a8c06e4f6a3113eb2
diff --git a/PKGBUILD b/PKGBUILD
index b2b767394666..efe4e7024959 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=9.5.20
+pkgver=9.5.21
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=('6becad2da5c37f5ad101cc665ef05a2f1a6a45d2427c8edcc74f72c92fb1e05a'
+sha256sums=('cafb2681fa0ad01201b08b9ba89f7dbb41975147dfe93ffef14b76c06b31fea2'
'SKIP'
'c97186cfefa783568a49feaef88405390b9763def6af1b5a8c06e4f6a3113eb2')