summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2020-10-22 08:35:35 +0200
committerStefan Auditor2020-10-22 08:35:35 +0200
commita45591326733d9846fd297c83bfe9c54d15c7d81 (patch)
tree514fa5c1c5f27497aee326261e5898b43021b9aa
parent77db4fef5d2f25061cc71948b18e8b0a27804fb1 (diff)
downloadaur-a45591326733d9846fd297c83bfe9c54d15c7d81.tar.gz
Update to upstream version 9.3.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a4b04ed40a8..6757bcf2341d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 9.3.7
+ pkgver = 9.3.8
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.7.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.3.7/LICENSE
- sha512sums = 8c8c25fcc41f48559ed0c6ae196eed11850c0a8a67f4c1337b5fce77da2faed246cff00e142240edc973afa6e81f92f52b81a118f758091f2854754b6ed80bbe
+ source = https://phar.phpunit.de/phpunit-9.3.8.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.3.8/LICENSE
+ sha512sums = 1445c90f57dd3e45faad3a66034385c630f0e12f5a2aac440602885f51d111968913c29353e9d4b67fd59246f1759b1628d69ab995a4c3c794b75919607d0836
sha512sums = 9ca5ce5d441629921af418c7d700d3a6942fbaa07d0081ce5abf835122f2f025b7737daedf55b2039d05875dac4d09fc034ea3dbd97404d8d1f326b1ce7b22df
pkgname = phpunit
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() {