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 bc5634c5dbf1..0c8604e26926 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=5.2.3
+pkgver=5.2.4
pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
url="https://phpunit.de"
@@ -14,7 +14,7 @@ depends=("php")
install="${_pkgname}.install"
source=("https://phar.phpunit.de/phpunit-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/phpunit/${pkgver}/LICENSE")
-sha512sums=('f107ea6361d9957e02c8f596f1b1bd331afa3447fe79fe48eb4ec9a79f31599bd2a998d304399a5adba08b72b857510f9bc0e3e2fe394ebdd757d6b555f4a68b'
+sha512sums=('6018a64d3ad77a5f6264f4bac4ed093a3b5bfb0005c9843e64b3b22b6ad9148f8097b232a7c722fe04cec34d4127f403a84918f8adb530fe3d68adc7a7c896a0'
'62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3')
package() {