summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2020-10-22 08:37:10 +0200
committerStefan Auditor2020-10-22 08:37:10 +0200
commit4c8f13bd6d7ee055b7a9a97493500f0e010a6fff (patch)
treea533de8c9f3733dfc8a7fd7b07d3aafd0502d5d4
parent50e2638e1122e3e78713e68a7b69b34b9bdc9690 (diff)
downloadaur-4c8f13bd6d7ee055b7a9a97493500f0e010a6fff.tar.gz
Update to upstream version 9.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17cab84eedc5..1195760377f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 9.3.11
+ pkgver = 9.4.0
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.3.11.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.3.11/LICENSE
- sha512sums = 11af2d5b67d1da9e103d1e7680e404be11da8c822df99887e4e26a628b31978205708f94150cc46ea9349b9a702233279dafa27942d8b4fa96ccbe23c09655f3
+ source = https://phar.phpunit.de/phpunit-9.4.0.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.4.0/LICENSE
+ sha512sums = 7f5dcee73764437014a24adabc0a72a58c24745a7a866126cb1be263772e5969b3d4b4708563d14b36443fa715914c92bd353c5189953894952e2187be975624
sha512sums = 9ca5ce5d441629921af418c7d700d3a6942fbaa07d0081ce5abf835122f2f025b7737daedf55b2039d05875dac4d09fc034ea3dbd97404d8d1f326b1ce7b22df
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index e3e878320d7b..fc5dafb90e16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=9.3.11
+pkgver=9.4.0
pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
url="https://phpunit.de"
@@ -15,7 +15,7 @@ depends=("php>=7.0.0")
install="${_pkgname}.install"
source=("https://phar.phpunit.de/phpunit-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/phpunit/${pkgver}/LICENSE")
-sha512sums=('11af2d5b67d1da9e103d1e7680e404be11da8c822df99887e4e26a628b31978205708f94150cc46ea9349b9a702233279dafa27942d8b4fa96ccbe23c09655f3'
+sha512sums=('7f5dcee73764437014a24adabc0a72a58c24745a7a866126cb1be263772e5969b3d4b4708563d14b36443fa715914c92bd353c5189953894952e2187be975624'
'9ca5ce5d441629921af418c7d700d3a6942fbaa07d0081ce5abf835122f2f025b7737daedf55b2039d05875dac4d09fc034ea3dbd97404d8d1f326b1ce7b22df')
package() {