summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-02-15 10:22:58 +0100
committerStefan Auditor2016-02-15 10:22:58 +0100
commitfb680b37fd30c2159bb7901c4931be727943aa2a (patch)
treee032c08c57db8ac98460e54fb281003a996fcb1e
parent755ab86ddf758bd94df14afacc1931320d309cf1 (diff)
downloadaur-fb680b37fd30c2159bb7901c4931be727943aa2a.tar.gz
Update to upstream release 5.2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 159bae3e03d0..4f3b60179848 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Fri Feb 5 15:07:05 UTC 2016
+# Mon Feb 15 09:21:43 UTC 2016
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.2.0
+ pkgver = 5.2.1
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.2.0.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.2.0/LICENSE
- sha512sums = fde622b4053d48142fc275c6efd7f565471251bd89a90556e5711f5926fbd7807bdff9022900bcd7f9d7f189ac7863005d39a13cb6b692e9c6ee4afa50a444e0
+ source = https://phar.phpunit.de/phpunit-5.2.1.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.2.1/LICENSE
+ sha512sums = d135d1cca713add450f3db7bea4a688dcb4e197d4c623f01c0c3cc226e53e61dde8f5afe2b3d89dc70fba6b79b2d22141815e556105d7fcb4a41134134df91f4
sha512sums = 62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index f34bfb572abb..37700f576044 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=5.2.0
+pkgver=5.2.1
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=('fde622b4053d48142fc275c6efd7f565471251bd89a90556e5711f5926fbd7807bdff9022900bcd7f9d7f189ac7863005d39a13cb6b692e9c6ee4afa50a444e0'
+sha512sums=('d135d1cca713add450f3db7bea4a688dcb4e197d4c623f01c0c3cc226e53e61dde8f5afe2b3d89dc70fba6b79b2d22141815e556105d7fcb4a41134134df91f4'
'62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3')
package() {