summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a49ba579429d..0a4b04ed40a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 9.3.6
+ pkgver = 9.3.7
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.6.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.3.6/LICENSE
- sha512sums = 873316ebe6b967d57f8981549ea069218cc0b9f8bcc37f9e3bf1191b9112ee9a00bece36cf696bf7d1ec6a86be81304167cc99333b2d99b0f110f23aef677157
+ source = https://phar.phpunit.de/phpunit-9.3.7.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.3.7/LICENSE
+ sha512sums = 8c8c25fcc41f48559ed0c6ae196eed11850c0a8a67f4c1337b5fce77da2faed246cff00e142240edc973afa6e81f92f52b81a118f758091f2854754b6ed80bbe
sha512sums = 9ca5ce5d441629921af418c7d700d3a6942fbaa07d0081ce5abf835122f2f025b7737daedf55b2039d05875dac4d09fc034ea3dbd97404d8d1f326b1ce7b22df
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index d378460bbee9..f640481de436 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=9.3.6
+pkgver=9.3.7
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=('873316ebe6b967d57f8981549ea069218cc0b9f8bcc37f9e3bf1191b9112ee9a00bece36cf696bf7d1ec6a86be81304167cc99333b2d99b0f110f23aef677157'
+sha512sums=('8c8c25fcc41f48559ed0c6ae196eed11850c0a8a67f4c1337b5fce77da2faed246cff00e142240edc973afa6e81f92f52b81a118f758091f2854754b6ed80bbe'
'9ca5ce5d441629921af418c7d700d3a6942fbaa07d0081ce5abf835122f2f025b7737daedf55b2039d05875dac4d09fc034ea3dbd97404d8d1f326b1ce7b22df')
package() {