summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2020-10-22 08:37:43 +0200
committerStefan Auditor2020-10-22 08:37:43 +0200
commitfbe745a4d0090d1be8c26373b9cdf15206270723 (patch)
treeae0f3fbadfe1babfe688df0844f499ed0d9f6a78
parent4c8f13bd6d7ee055b7a9a97493500f0e010a6fff (diff)
downloadaur-fbe745a4d0090d1be8c26373b9cdf15206270723.tar.gz
Update to upstream version 9.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1195760377f7..a53576126b0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 9.4.0
+ pkgver = 9.4.1
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.4.0.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.4.0/LICENSE
- sha512sums = 7f5dcee73764437014a24adabc0a72a58c24745a7a866126cb1be263772e5969b3d4b4708563d14b36443fa715914c92bd353c5189953894952e2187be975624
+ source = https://phar.phpunit.de/phpunit-9.4.1.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.4.1/LICENSE
+ sha512sums = b4a4166c21b3a747cad55d370772fec412ac35bc8d5956ed1cd4518320e5f23b57d9247bc0c49c37d018ad9e53eec6ce7a3158581106ce1c7ea1dd3f6d09a1b8
sha512sums = 9ca5ce5d441629921af418c7d700d3a6942fbaa07d0081ce5abf835122f2f025b7737daedf55b2039d05875dac4d09fc034ea3dbd97404d8d1f326b1ce7b22df
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index fc5dafb90e16..5cd9fbd50827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=9.4.0
+pkgver=9.4.1
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=('7f5dcee73764437014a24adabc0a72a58c24745a7a866126cb1be263772e5969b3d4b4708563d14b36443fa715914c92bd353c5189953894952e2187be975624'
+sha512sums=('b4a4166c21b3a747cad55d370772fec412ac35bc8d5956ed1cd4518320e5f23b57d9247bc0c49c37d018ad9e53eec6ce7a3158581106ce1c7ea1dd3f6d09a1b8'
'9ca5ce5d441629921af418c7d700d3a6942fbaa07d0081ce5abf835122f2f025b7737daedf55b2039d05875dac4d09fc034ea3dbd97404d8d1f326b1ce7b22df')
package() {