summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2023-02-25 17:55:59 +0100
committermax2023-02-25 17:55:59 +0100
commit1712b16655bfd5ea8e191caca75d881c4fc0d913 (patch)
tree647ce5661a19b944457b466ec0d55bb045650a7e
parentc3ac9457091c4208980fc2bf46c26d24eb0b8ae7 (diff)
downloadaur-1712b16655bfd5ea8e191caca75d881c4fc0d913.tar.gz
Release 10.0.12
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d17e6f35d22..496113d6319f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 10.0.7
+ pkgver = 10.0.12
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php>=8.1.0
- source = https://phar.phpunit.de/phpunit-10.0.7.phar
- source = https://phar.phpunit.de/phpunit-10.0.7.phar.asc
- source = LICENSE-10.0.7::https://raw.githubusercontent.com/sebastianbergmann/phpunit/10.0.7/LICENSE
+ source = https://phar.phpunit.de/phpunit-10.0.12.phar
+ source = https://phar.phpunit.de/phpunit-10.0.12.phar.asc
+ source = LICENSE-10.0.12::https://raw.githubusercontent.com/sebastianbergmann/phpunit/10.0.12/LICENSE
validpgpkeys = D8406D0D82947747293778314AA394086372C20A
- sha256sums = 0c63ad22fbf986db76a8ef60d9d436fcc08da44efd618b2cffaffd55e17399dc
+ sha256sums = 8efa47496220e5b490dc2cb45b11b4d8195be4e5db9c569a7cef8c69686262e5
sha256sums = SKIP
sha256sums = 3f62dc64839f2fbf8aebfee011cdc34b66aaf403f2b43f5cf5803e242048688d
diff --git a/PKGBUILD b/PKGBUILD
index 0648140baeed..a26c138bf0a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=10.0.7
+pkgver=10.0.12
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=('0c63ad22fbf986db76a8ef60d9d436fcc08da44efd618b2cffaffd55e17399dc'
+sha256sums=('8efa47496220e5b490dc2cb45b11b4d8195be4e5db9c569a7cef8c69686262e5'
'SKIP'
'3f62dc64839f2fbf8aebfee011cdc34b66aaf403f2b43f5cf5803e242048688d')