summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2022-03-06 12:48:40 +0100
committermax2022-03-06 12:48:40 +0100
commit9b39c2734f16b481ef9c7b5d9169177799f2da97 (patch)
tree292d290dfd2e1d0b5011dcf72711cafcd639408d
parentce7ae366ce25071166efba013cd144ffff958400 (diff)
downloadaur-9b39c2734f16b481ef9c7b5d9169177799f2da97.tar.gz
Release 9.5.17
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 931767e790da..c62d541c2e5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 9.5.13
+ pkgver = 9.5.17
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.13.phar
- source = https://phar.phpunit.de/phpunit-9.5.13.phar.asc
- source = LICENSE-9.5.13::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.5.13/LICENSE
+ 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
validpgpkeys = D8406D0D82947747293778314AA394086372C20A
- sha256sums = 16742686383afac8a7a1e3f905862d77169746b0342f66ab80b0148582e5472a
+ sha256sums = 419973b31b119f9aa199c9ea0fc47eeb9c709f4a5d8eeb142ae9a0a71df32aa2
sha256sums = SKIP
sha256sums = c97186cfefa783568a49feaef88405390b9763def6af1b5a8c06e4f6a3113eb2
diff --git a/PKGBUILD b/PKGBUILD
index 97100796de23..4b7bfddf190b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=9.5.13
+pkgver=9.5.17
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=('16742686383afac8a7a1e3f905862d77169746b0342f66ab80b0148582e5472a'
+sha256sums=('419973b31b119f9aa199c9ea0fc47eeb9c709f4a5d8eeb142ae9a0a71df32aa2'
'SKIP'
'c97186cfefa783568a49feaef88405390b9763def6af1b5a8c06e4f6a3113eb2')