summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-04-13 14:13:52 +0200
committerStefan Auditor2016-04-13 14:13:52 +0200
commit15dc2b744e2b2fa74b4e016b6391eaf13e738875 (patch)
treeb3ea53dabf249b4077e31f3e3faedb03f4199e70
parentf541c59a6252d7d03d598364b0029884253685a8 (diff)
downloadaur-15dc2b744e2b2fa74b4e016b6391eaf13e738875.tar.gz
Update to upstream version 5.3.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a7e61fd7e3b..168cc97d4549 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# Thu Apr 7 12:34:48 UTC 2016
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.3.1
+ pkgver = 5.3.2
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.3.1.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.3.1/LICENSE
- sha512sums = bf99d75933d037ddeeb75486eb51ea9deb2ce8d6876ee839d65f91addcd3e6005205026b2d966236c1ca8f2db33483a21e0c2f0d2793bafd804c3f6958d95187
+ source = https://phar.phpunit.de/phpunit-5.3.2.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.3.2/LICENSE
+ sha512sums = cd59a68b029ba39da99edf298b42bc110ec3141c0e91135fca1077a0f42108e3786bd2a14dfa51e4685d2428315ebb6cb7a52328b8f8a5a33c65576be846dd92
sha512sums = 62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index b8ce1e7f0add..e4a4fb504e1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=5.3.1
+pkgver=5.3.2
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=('1bf154f2c6230435fc8175bc92f9d9c246c244f74c8cf1e63bcaf23ebbdf2491b0e81d138e501536bd66d95bf421042431f3de3b8a1595d68521ffd305ba1733'
+sha512sums=('cd59a68b029ba39da99edf298b42bc110ec3141c0e91135fca1077a0f42108e3786bd2a14dfa51e4685d2428315ebb6cb7a52328b8f8a5a33c65576be846dd92'
'62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3')
package() {