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 932e80a036aa..b5627f975a27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=5.4.0
+pkgver=5.4.1
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=('d3f4a26da9d07e99c413c8f61eb6280e0ed6aa09d407698b2b683db0df981eb9136f793a25b9679d08f4184af1adef922606c454b25bc588e25aed98c9658808'
+sha512sums=('d1d59fbcb5f51db9af8ac3278f41ef06d9e06ac242bc48bfccb5df26fe2fd805fbf3478cb8f571f93ea45b1e37d7935358d214be9e75aee1a18e085086db93c9'
'62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3')
package() {