summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2015-11-30 11:18:25 +0100
committerStefan Auditor2015-11-30 11:18:25 +0100
commit1de6e56dfad20599cef6f684d71bd1ca31cadb8a (patch)
treeca37e6a5d3e973b645dbcbd86e96f0cf6921e03d
parentce16c5c6420e39231da5e0061fe313416979ebfc (diff)
downloadaur-1de6e56dfad20599cef6f684d71bd1ca31cadb8a.tar.gz
Update to upstream release 5.0.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84d2e4d6d280..21632e09e5b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.0.9
+ pkgver = 5.0.10
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.0.9.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.0.9/LICENSE
- sha512sums = 67c809195ed4fc2d9802c6ef1ae56f7c90c27c17916d5a61f5a4670338748bbe20a3ef4a026e85a2f48561ca32f2d10bfae712ace11a3e8e4e470f197bf4c9df
+ source = https://phar.phpunit.de/phpunit-5.0.10.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.0.10/LICENSE
+ sha512sums = 978bbc409aeb6823c8a8a630fb6221fad5e6aac1d49288c93a69936468bdc6c01d2c58344b161b6fa6a6ccf6ff1100738edb00d7c3cef357751d00323c365d8d
sha512sums = 8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 8e065b652d7c..f747bf387ddb 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.0.9
+pkgver=5.0.10
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=('67c809195ed4fc2d9802c6ef1ae56f7c90c27c17916d5a61f5a4670338748bbe20a3ef4a026e85a2f48561ca32f2d10bfae712ace11a3e8e4e470f197bf4c9df'
+sha512sums=('978bbc409aeb6823c8a8a630fb6221fad5e6aac1d49288c93a69936468bdc6c01d2c58344b161b6fa6a6ccf6ff1100738edb00d7c3cef357751d00323c365d8d'
'8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef')
package() {