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 d586a6485a12..5377350cedc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.0.0
+ pkgver = 5.0.2
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.0.0.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.0.0/LICENSE
- sha512sums = 448ecd3c02c5f062c64497b458741c3e9a9c65b5ae82a6a435107861626f5140dee398760f18d9bb9cd626f733bbcd6c3cf46689458849b5e095a021144d151d
+ source = https://phar.phpunit.de/phpunit-5.0.2.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.0.2/LICENSE
+ sha512sums = 19d4789d238b9c636639eaab0a312225a6fb7fe77880bb5570fb2cb237e12c6294c46e1dbb38cb1bbe06867429131a807ba673c6a8ede6fddf9bc523d0f6a21e
sha512sums = 8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 6ade556cc6b9..bdc56dafab35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Auditor <stefan.auditor@erdfisch.de>
# Contributor: Attila Bukor <r1pp3rj4ck [at] w4it [dot] eu>
pkgname=phpunit
-pkgver=5.0.0
+pkgver=5.0.2
pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
url="https://phpunit.de"
@@ -11,7 +11,7 @@ depends=("php")
install="${pkgname}.install"
source=("https://phar.phpunit.de/${pkgname}-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/${pkgname}/${pkgver}/LICENSE")
-sha512sums=('448ecd3c02c5f062c64497b458741c3e9a9c65b5ae82a6a435107861626f5140dee398760f18d9bb9cd626f733bbcd6c3cf46689458849b5e095a021144d151d'
+sha512sums=('19d4789d238b9c636639eaab0a312225a6fb7fe77880bb5570fb2cb237e12c6294c46e1dbb38cb1bbe06867429131a807ba673c6a8ede6fddf9bc523d0f6a21e'
'8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef')
package() {