summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2022-10-28 15:42:00 +0200
committermax2022-10-28 15:42:00 +0200
commitc6a30ae2bbaee2788f236611b131de99da0f02f2 (patch)
tree8aadc9c7c50e2a174954348b1c59f8ef89638827
parentef03fe39be21323f58b163e7f99e76444f8f2a26 (diff)
downloadaur-c6a30ae2bbaee2788f236611b131de99da0f02f2.tar.gz
Release 9.5.26
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39acf2576275..eb8cb6477e09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 9.5.25
+ pkgver = 9.5.26
pkgrel = 2
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php>=7.0.0
- source = https://phar.phpunit.de/phpunit-9.5.25.phar
- source = https://phar.phpunit.de/phpunit-9.5.25.phar.asc
- source = LICENSE-9.5.25::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.5.25/LICENSE
+ source = https://phar.phpunit.de/phpunit-9.5.26.phar
+ source = https://phar.phpunit.de/phpunit-9.5.26.phar.asc
+ source = LICENSE-9.5.26::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.5.26/LICENSE
validpgpkeys = D8406D0D82947747293778314AA394086372C20A
- sha256sums = 9b17aaed7c447841dab0ec12c380071f9ab43dd1e4ee9fbc319dd47282a2b4be
+ sha256sums = e36595f47bb81f244e03fc437328cfaa123e99ffd183c3217235926ff0978397
sha256sums = SKIP
sha256sums = 8ac0ab7512c00e7d1afc208ec3a199a09182621bc2a537cf7d41b70a978fc05d
diff --git a/PKGBUILD b/PKGBUILD
index e2c4bc81e24d..1cb2f9c70fb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=9.5.25
+pkgver=9.5.26
pkgrel=2
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=('9b17aaed7c447841dab0ec12c380071f9ab43dd1e4ee9fbc319dd47282a2b4be'
+sha256sums=('e36595f47bb81f244e03fc437328cfaa123e99ffd183c3217235926ff0978397'
'SKIP'
'8ac0ab7512c00e7d1afc208ec3a199a09182621bc2a537cf7d41b70a978fc05d')