summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2022-05-21 11:40:56 +0200
committermax2022-05-21 11:40:56 +0200
commita69ddb772092f5c6a6495f17f8feeaa809ada606 (patch)
treeaefcae039eae026a27e6a756ab780e86a7330f8c
parent9b39c2734f16b481ef9c7b5d9169177799f2da97 (diff)
downloadaur-a69ddb772092f5c6a6495f17f8feeaa809ada606.tar.gz
Release 9.5.20
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c62d541c2e5f..feb2d486cd12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 9.5.17
+ pkgver = 9.5.20
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.17.phar
- source = https://phar.phpunit.de/phpunit-9.5.17.phar.asc
- source = LICENSE-9.5.17::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.5.17/LICENSE
+ 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
validpgpkeys = D8406D0D82947747293778314AA394086372C20A
- sha256sums = 419973b31b119f9aa199c9ea0fc47eeb9c709f4a5d8eeb142ae9a0a71df32aa2
+ sha256sums = 6becad2da5c37f5ad101cc665ef05a2f1a6a45d2427c8edcc74f72c92fb1e05a
sha256sums = SKIP
sha256sums = c97186cfefa783568a49feaef88405390b9763def6af1b5a8c06e4f6a3113eb2
diff --git a/PKGBUILD b/PKGBUILD
index 4b7bfddf190b..b2b767394666 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=9.5.17
+pkgver=9.5.20
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=('419973b31b119f9aa199c9ea0fc47eeb9c709f4a5d8eeb142ae9a0a71df32aa2'
+sha256sums=('6becad2da5c37f5ad101cc665ef05a2f1a6a45d2427c8edcc74f72c92fb1e05a'
'SKIP'
'c97186cfefa783568a49feaef88405390b9763def6af1b5a8c06e4f6a3113eb2')