summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7740c41aedf..962a0655f357 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=5.6.8
+pkgver=5.7.0
pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
url="https://phpunit.de"
@@ -15,7 +15,7 @@ depends=("php")
install="${_pkgname}.install"
source=("https://phar.phpunit.de/phpunit-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/phpunit/${pkgver}/LICENSE")
-sha512sums=('b3cbdc9dbd051eabe5c9c556369ecf25dd586cc4326e0b99ccba8778a79edb1fe6aa5f3ac7f80b217e68cd594347b203ebb8d3305b8fd0c53934db4276606f40'
+sha512sums=('0bcd847780e903b44c6eb528181471f3a7de0432f5827485e81c0df210c023811e49bbd9826996db3d2cd7cb80f111b738b58abfc09b99c7cfb8b0dff2ea392c'
'62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3')
package() {