summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4a30dd8699f..04a99646e7cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+# Generated by mksrcinfo v8
+# Thu Dec 10 14:22:27 UTC 2015
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.1.0
+ pkgver = 5.1.1
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.1.0.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.1.0/LICENSE
- sha512sums = 98d1b5164f71e7519d232b46d6eb0827034aab8f7b94a827ea8c2ad07fd9e311c4937ceb5f7fa40b2552f140e59767d91479fa924b355902f6d5df295aab545b
+ source = https://phar.phpunit.de/phpunit-5.1.1.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.1.1/LICENSE
+ sha512sums = 7c25dee3e2d1e2efb3baca894fce3de960d39a3040d03cb686ed061d09dfe4334f5dcb3a7aea3aa3eae2cd2525a5f584e7606b1dc5a3727f91fb9fd3ba7492d5
sha512sums = 8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 27c25aa7af97..411894488e0b 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.0
+pkgver=5.1.1
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=('98d1b5164f71e7519d232b46d6eb0827034aab8f7b94a827ea8c2ad07fd9e311c4937ceb5f7fa40b2552f140e59767d91479fa924b355902f6d5df295aab545b'
+sha512sums=('7c25dee3e2d1e2efb3baca894fce3de960d39a3040d03cb686ed061d09dfe4334f5dcb3a7aea3aa3eae2cd2525a5f584e7606b1dc5a3727f91fb9fd3ba7492d5'
'8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef')
package() {