summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2015-10-02 16:27:38 +0200
committerStefan Auditor2015-10-02 16:27:38 +0200
commitae15162c98e91d7cbb3654b99ec7651a47cd5fd2 (patch)
tree8bc19375336c3854b438170aa5e0a74b78952132
parent177ff4ca467e9eae175837e43911913b08af49d2 (diff)
downloadaur-ae15162c98e91d7cbb3654b99ec7651a47cd5fd2.tar.gz
Update to upstream release 5.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5377350cedc0..043518c2d0fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.0.2
+ pkgver = 5.0.3
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.0.2.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.0.2/LICENSE
- sha512sums = 19d4789d238b9c636639eaab0a312225a6fb7fe77880bb5570fb2cb237e12c6294c46e1dbb38cb1bbe06867429131a807ba673c6a8ede6fddf9bc523d0f6a21e
+ source = https://phar.phpunit.de/phpunit-5.0.3.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.0.3/LICENSE
+ sha512sums = f0c900a1571b26a28257c2f85d8a9d329478d688385d40bd37f6cf796adf038f6b816152aac459c927a861ab2142dce491597b21c524aee4998d9d861237d10c
sha512sums = 8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index bdc56dafab35..68403fc01863 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Auditor <stefan.auditor@erdfisch.de>
# Contributor: Attila Bukor <r1pp3rj4ck [at] w4it [dot] eu>
pkgname=phpunit
-pkgver=5.0.2
+pkgver=5.0.3
pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
url="https://phpunit.de"
@@ -11,7 +11,7 @@ depends=("php")
install="${pkgname}.install"
source=("https://phar.phpunit.de/${pkgname}-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/${pkgname}/${pkgver}/LICENSE")
-sha512sums=('19d4789d238b9c636639eaab0a312225a6fb7fe77880bb5570fb2cb237e12c6294c46e1dbb38cb1bbe06867429131a807ba673c6a8ede6fddf9bc523d0f6a21e'
+sha512sums=('f0c900a1571b26a28257c2f85d8a9d329478d688385d40bd37f6cf796adf038f6b816152aac459c927a861ab2142dce491597b21c524aee4998d9d861237d10c'
'8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef')
package() {