summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2022-01-31 22:40:31 +0100
committermax2022-01-31 22:40:31 +0100
commitce7ae366ce25071166efba013cd144ffff958400 (patch)
treed065cf059ee000828508d16a64c669ed9b8af4a3
parent211d0a4dd4d18604b0be367d855a6e14aa382d6f (diff)
downloadaur-ce7ae366ce25071166efba013cd144ffff958400.tar.gz
Release 9.5.13
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b7449665639..931767e790da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 9.5.11
+ pkgver = 9.5.13
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.11.phar
- source = https://phar.phpunit.de/phpunit-9.5.11.phar.asc
- source = LICENSE-9.5.11::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.5.11/LICENSE
+ 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
validpgpkeys = D8406D0D82947747293778314AA394086372C20A
- sha256sums = e74ea97cf904f72e537de2778fa70ad94651580879bdc04386fd2ae62d7e03a5
+ sha256sums = 16742686383afac8a7a1e3f905862d77169746b0342f66ab80b0148582e5472a
sha256sums = SKIP
- sha256sums = 678ce98aa2b4ef04956b79731a07db2845d59aa43794cd9b4c913e0e6d7172d9
+ sha256sums = c97186cfefa783568a49feaef88405390b9763def6af1b5a8c06e4f6a3113eb2
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 3640887eb4cf..97100796de23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=9.5.11
+pkgver=9.5.13
pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
url="https://phpunit.de"
@@ -19,9 +19,9 @@ 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=('e74ea97cf904f72e537de2778fa70ad94651580879bdc04386fd2ae62d7e03a5'
+sha256sums=('16742686383afac8a7a1e3f905862d77169746b0342f66ab80b0148582e5472a'
'SKIP'
- '678ce98aa2b4ef04956b79731a07db2845d59aa43794cd9b4c913e0e6d7172d9')
+ 'c97186cfefa783568a49feaef88405390b9763def6af1b5a8c06e4f6a3113eb2')
package() {
install -D -m 644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"