summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-03-18 10:01:54 +0100
committerStefan Auditor2016-03-18 10:01:54 +0100
commit31d00640cb4b75b0b8d540b2c3ebba39996fadf9 (patch)
tree9b09748a12b01367f65cd08ca0e84a311954f450
parent2cb7d060358dd3f70e85298a9c791c9c1b5536b9 (diff)
downloadaur-31d00640cb4b75b0b8d540b2c3ebba39996fadf9.tar.gz
Update to upstream version 5.2.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a4ee1861e55..d1adf9313b78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Mar 14 16:17:18 UTC 2016
+# Fri Mar 18 09:01:21 UTC 2016
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.2.11
+ pkgver = 5.2.12
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.2.11.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.2.11/LICENSE
+ source = https://phar.phpunit.de/phpunit-5.2.12.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.2.12/LICENSE
sha512sums = a6e3d7930a781913f474ef01061c690b6d1880f0811a0197f20b124819dc8f462a8b6e4464d078232a64ba2af15c59952b33742161d73f2ae5def9510b693ba3
sha512sums = 62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3
diff --git a/PKGBUILD b/PKGBUILD
index e50f469822f9..27a7db25f0db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=5.2.11
+pkgver=5.2.12
pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
url="https://phpunit.de"
@@ -14,7 +14,7 @@ depends=("php")
install="${_pkgname}.install"
source=("https://phar.phpunit.de/phpunit-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/phpunit/${pkgver}/LICENSE")
-sha512sums=('a6e3d7930a781913f474ef01061c690b6d1880f0811a0197f20b124819dc8f462a8b6e4464d078232a64ba2af15c59952b33742161d73f2ae5def9510b693ba3'
+sha512sums=('4a97b6f59126403c8fdc97350ea66f98a8abde1fa76a4659784c5ee5d7e80dcb6b9cf44d0999224a5c01c324b928cc11fe44b35ae514c5c1796d4ded332c47be'
'62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3')
package() {