summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-08-26 08:12:08 +0200
committerStefan Auditor2016-08-26 08:12:08 +0200
commita86fbcaa1c6f987aea47d2455501861ee6162c2f (patch)
treeb0e2b2630d31841c42bc09132a90d9eac556f39d
parent6e4d8ce9e50916e0d318cf5ca6000155a47a8a42 (diff)
downloadaur-a86fbcaa1c6f987aea47d2455501861ee6162c2f.tar.gz
Update to upstream version 5.5.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc3da3933229..953fc62a5170 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.5.2
+ pkgver = 5.5.3
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.5.2.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.5.2/LICENSE
- sha512sums = 6ca91fe656b1f92b18f20437abe09bc21e85d003c78a8ec4c2186fe7fcafe28651d4bbcdd4e96799e01740ac8e7af2a7dffe8e5ce7d9d4e4cce6ee7989144467
+ source = https://phar.phpunit.de/phpunit-5.5.3.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.5.3/LICENSE
+ sha512sums = eea79d16b5ca8c57a08e4e8ef5315c7b872a462af19c32904e07059969cebfbb7248fced2dba021ece526900730e681fa534521a156d4072910ce597104840dd
sha512sums = 62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 9f83177a4eba..3603e3ab6a56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=5.5.2
+pkgver=5.5.3
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=('6ca91fe656b1f92b18f20437abe09bc21e85d003c78a8ec4c2186fe7fcafe28651d4bbcdd4e96799e01740ac8e7af2a7dffe8e5ce7d9d4e4cce6ee7989144467'
+sha512sums=('eea79d16b5ca8c57a08e4e8ef5315c7b872a462af19c32904e07059969cebfbb7248fced2dba021ece526900730e681fa534521a156d4072910ce597104840dd'
'62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3')
package() {