summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2022-08-31 15:12:16 +0200
committermax2022-08-31 15:12:16 +0200
commitb799151aad8ffa91a300e4faf6bea99648a0315f (patch)
treec521676aa5ad460c80ac2c978de2c3d6afd64408
parent194a9d879f9dca33d62013524f9f85787bb326d3 (diff)
downloadaur-b799151aad8ffa91a300e4faf6bea99648a0315f.tar.gz
Release 9.5.24
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98529f6b2771..2875802609c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 9.5.23
+ pkgver = 9.5.24
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.23.phar
- source = https://phar.phpunit.de/phpunit-9.5.23.phar.asc
- source = LICENSE-9.5.23::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.5.23/LICENSE
+ source = https://phar.phpunit.de/phpunit-9.5.24.phar
+ source = https://phar.phpunit.de/phpunit-9.5.24.phar.asc
+ source = LICENSE-9.5.24::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.5.24/LICENSE
validpgpkeys = D8406D0D82947747293778314AA394086372C20A
- sha256sums = 8c7dd00e676a4fe131c8a9f190738aafea87e2dba6f9c21d91e4baf5017eda1f
+ sha256sums = c6ea563d53fb64192d163c11fa7dd25fbca2ba638873138710451f58304289fc
sha256sums = SKIP
sha256sums = c97186cfefa783568a49feaef88405390b9763def6af1b5a8c06e4f6a3113eb2
diff --git a/PKGBUILD b/PKGBUILD
index 8864c5a853bc..0bab30a0e462 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=9.5.23
+pkgver=9.5.24
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=('8c7dd00e676a4fe131c8a9f190738aafea87e2dba6f9c21d91e4baf5017eda1f'
+sha256sums=('c6ea563d53fb64192d163c11fa7dd25fbca2ba638873138710451f58304289fc'
'SKIP'
'c97186cfefa783568a49feaef88405390b9763def6af1b5a8c06e4f6a3113eb2')