summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bba291b1135..fb6842356bcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Jan 30 09:57:32 UTC 2016
+# Tue Feb 2 14:20:53 UTC 2016
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.1.6
+ pkgver = 5.1.7
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.1.6.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.1.6/LICENSE
- sha512sums = 480f3e771a05eb8ea3eba1f59588c3d8c9e11612ca618b9b6554e35f10df27a64c720ecc3e9579a5b95f6ffbda59beef778bac83627a3de9dcc0028c3296fe51
+ source = https://phar.phpunit.de/phpunit-5.1.7.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.1.7/LICENSE
+ sha512sums = 1cf604e15d540f7da270b1726588535c1a65e04669983647d69e4d5bd4c3d30ad9dbc1ed583ec0d069a64fd76a0832b2a595a9eba117a989eb744692b4596423
sha512sums = 62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 2504fb46b596..498bf9e16417 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.1.6
+pkgver=5.1.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=('480f3e771a05eb8ea3eba1f59588c3d8c9e11612ca618b9b6554e35f10df27a64c720ecc3e9579a5b95f6ffbda59beef778bac83627a3de9dcc0028c3296fe51'
+sha512sums=('1cf604e15d540f7da270b1726588535c1a65e04669983647d69e4d5bd4c3d30ad9dbc1ed583ec0d069a64fd76a0832b2a595a9eba117a989eb744692b4596423'
'62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3')
package() {