summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2020-10-22 08:36:19 +0200
committerStefan Auditor2020-10-22 08:36:19 +0200
commitb8e5eeea6c1af9e8d48b36c5031e2c4b1ddff867 (patch)
tree78681b3873b323f0d5422558673d7ca96bac6c7b
parent3c1953bfba83596dd2ea84dde9a9a68ac0722e18 (diff)
downloadaur-b8e5eeea6c1af9e8d48b36c5031e2c4b1ddff867.tar.gz
Update to upstream version 9.3.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a13d99512c5..cd08533c380e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 9.3.9
+ pkgver = 9.3.10
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.9.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.3.9/LICENSE
- sha512sums = 81d0e3b1f8849476f32792186a7a1a097a09f60e2c60c92768861010dfa3dfd7244e348d64c2c7cb7e4a1e09ab0cfd404dd9059910ac6b650f545843089033d2
+ source = https://phar.phpunit.de/phpunit-9.3.10.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.3.10/LICENSE
+ sha512sums = c7da9ea3eccea329898f0fe6e206de592448e8074abecf2ea2ce29ae99e388b1e824f83880d53f44199b28502c83a242cb173bbadbed998e606c90cf36ae6c12
sha512sums = 9ca5ce5d441629921af418c7d700d3a6942fbaa07d0081ce5abf835122f2f025b7737daedf55b2039d05875dac4d09fc034ea3dbd97404d8d1f326b1ce7b22df
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 7bd985fc4593..4524da0e04a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=9.3.9
+pkgver=9.3.10
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=('81d0e3b1f8849476f32792186a7a1a097a09f60e2c60c92768861010dfa3dfd7244e348d64c2c7cb7e4a1e09ab0cfd404dd9059910ac6b650f545843089033d2'
+sha512sums=('c7da9ea3eccea329898f0fe6e206de592448e8074abecf2ea2ce29ae99e388b1e824f83880d53f44199b28502c83a242cb173bbadbed998e606c90cf36ae6c12'
'9ca5ce5d441629921af418c7d700d3a6942fbaa07d0081ce5abf835122f2f025b7737daedf55b2039d05875dac4d09fc034ea3dbd97404d8d1f326b1ce7b22df')
package() {