summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2015-12-10 15:24:05 +0100
committerStefan Auditor2015-12-10 15:24:05 +0100
commit715de7ca6b03e3ca5f8cfe78bddb491b1d4279d8 (patch)
tree4c7dfe52f387a398839bfa8d50508dd09fc7b54b
parent9d83614e604e808f1fcd98452239c17e7967c18e (diff)
downloadaur-715de7ca6b03e3ca5f8cfe78bddb491b1d4279d8.tar.gz
Update to upstream release 5.1.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bb6bc396e41..85661135ff9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Dec 10 14:23:20 UTC 2015
+# Thu Dec 10 14:23:49 UTC 2015
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.1.2
+ pkgver = 5.1.3
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.1.2.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.1.2/LICENSE
- sha512sums = 54c40c95e452e0fb3c72432079779012c6512104120cf14c65bf3f046e39dc9e47fce8b4789505d32b7bdf8ec631de9669f8d5dfc406791944656bc41bf8c041
+ source = https://phar.phpunit.de/phpunit-5.1.3.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.1.3/LICENSE
+ sha512sums = 34bc75314fa1c1d5cf7605cf8101c271f7a8d2c4a6164da42b9dfb953792df5996925a64d47efc75338a2bc498c446c2d723cdd22b100d044b8b0c51f5606668
sha512sums = 8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 0178a7a6f57f..bc90edf3411a 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.2
+pkgver=5.1.3
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=('54c40c95e452e0fb3c72432079779012c6512104120cf14c65bf3f046e39dc9e47fce8b4789505d32b7bdf8ec631de9669f8d5dfc406791944656bc41bf8c041'
+sha512sums=('34bc75314fa1c1d5cf7605cf8101c271f7a8d2c4a6164da42b9dfb953792df5996925a64d47efc75338a2bc498c446c2d723cdd22b100d044b8b0c51f5606668'
'8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef')
package() {