summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-12-01 10:05:44 +0100
committerStefan Auditor2016-12-01 10:05:44 +0100
commit9ab10c01a6685dc9e112bf39aebfc62f1761faee (patch)
treeca9939cd38365db98460455715be13f28e31ed0c
parent923ca1ff7f63bb0d0aad7fcf449013ebb06bb929 (diff)
downloadaur-9ab10c01a6685dc9e112bf39aebfc62f1761faee.tar.gz
Update to upstream version 5.6.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f55178da183..470a7d643185 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.6.6
+ pkgver = 5.6.7
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.6.6.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.6.6/LICENSE
- sha512sums = 7c772e8ea01b7c9eb48f73ba9938d6c12ea6c5425b387f43ed84fdc28312b9f335eeb989f96484d32aedff4f939419405362f4de021379177bcac6d7e94179fd
+ source = https://phar.phpunit.de/phpunit-5.6.7.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.6.7/LICENSE
+ sha512sums = 7b3dec925b6596c934ed6461187945f6c05250809f06efff2068535df7efb87ad14871c0a7b9bd7d205e5e3a8c6e91f6d0d1d57ac4aa8e56768f9623a60a8467
sha512sums = 62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 0718700223f0..5bb51c9cc3cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=5.6.6
+pkgver=5.6.7
pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
url="https://phpunit.de"
@@ -15,7 +15,7 @@ depends=("php")
install="${_pkgname}.install"
source=("https://phar.phpunit.de/phpunit-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/phpunit/${pkgver}/LICENSE")
-sha512sums=('7c772e8ea01b7c9eb48f73ba9938d6c12ea6c5425b387f43ed84fdc28312b9f335eeb989f96484d32aedff4f939419405362f4de021379177bcac6d7e94179fd'
+sha512sums=('7b3dec925b6596c934ed6461187945f6c05250809f06efff2068535df7efb87ad14871c0a7b9bd7d205e5e3a8c6e91f6d0d1d57ac4aa8e56768f9623a60a8467'
'62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3')
package() {