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 453e2b7480f8..923a12c31bd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.0.6
+ pkgver = 5.0.7
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.0.6.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.0.6/LICENSE
- sha512sums = fd58ae727e5c2431eb761f8103f9edb467ace3ea44d5f8227f5463c2fe74c3a504b47303280a19a1083ae712433e37ba02b17975a93c0c8e47d329d7b750cf4b
+ source = https://phar.phpunit.de/phpunit-5.0.7.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.0.7/LICENSE
+ sha512sums = 5b644ad2bfa969ddfb6eaa0708102e02a856b515708c53278e06b0a820f070b4a503cc874f6ad7f070b780501cbabbd369c918fe86ee4d6b22f83ebb7b1befd6
sha512sums = 8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 768d593f6cdd..f2051af573c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Marc Straube <email@marcstraube.de>
# Contributor: Attila Bukor <r1pp3rj4ck [at] w4it [dot] eu>
pkgname=phpunit
-pkgver=5.0.6
+pkgver=5.0.7
pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
url="https://phpunit.de"
@@ -12,7 +12,7 @@ depends=("php")
install="${pkgname}.install"
source=("https://phar.phpunit.de/${pkgname}-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/${pkgname}/${pkgver}/LICENSE")
-sha512sums=('fd58ae727e5c2431eb761f8103f9edb467ace3ea44d5f8227f5463c2fe74c3a504b47303280a19a1083ae712433e37ba02b17975a93c0c8e47d329d7b750cf4b'
+sha512sums=('5b644ad2bfa969ddfb6eaa0708102e02a856b515708c53278e06b0a820f070b4a503cc874f6ad7f070b780501cbabbd369c918fe86ee4d6b22f83ebb7b1befd6'
'8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef')
package() {