summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2020-10-22 08:35:35 +0200
committerStefan Auditor2020-10-22 08:35:35 +0200
commita45591326733d9846fd297c83bfe9c54d15c7d81 (patch)
tree514fa5c1c5f27497aee326261e5898b43021b9aa /PKGBUILD
parent77db4fef5d2f25061cc71948b18e8b0a27804fb1 (diff)
downloadaur-a45591326733d9846fd297c83bfe9c54d15c7d81.tar.gz
Update to upstream version 9.3.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f640481de436..2cba97611924 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=9.3.7
+pkgver=9.3.8
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=('8c8c25fcc41f48559ed0c6ae196eed11850c0a8a67f4c1337b5fce77da2faed246cff00e142240edc973afa6e81f92f52b81a118f758091f2854754b6ed80bbe'
+sha512sums=('1445c90f57dd3e45faad3a66034385c630f0e12f5a2aac440602885f51d111968913c29353e9d4b67fd59246f1759b1628d69ab995a4c3c794b75919607d0836'
'9ca5ce5d441629921af418c7d700d3a6942fbaa07d0081ce5abf835122f2f025b7737daedf55b2039d05875dac4d09fc034ea3dbd97404d8d1f326b1ce7b22df')
package() {