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