summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ae9610db6bc..032636822e45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Feb 15 09:23:57 UTC 2016
+# Mon Feb 15 09:24:16 UTC 2016
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.2.4
+ pkgver = 5.2.5
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.2.4.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.2.4/LICENSE
- sha512sums = 6018a64d3ad77a5f6264f4bac4ed093a3b5bfb0005c9843e64b3b22b6ad9148f8097b232a7c722fe04cec34d4127f403a84918f8adb530fe3d68adc7a7c896a0
+ source = https://phar.phpunit.de/phpunit-5.2.5.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.2.5/LICENSE
+ sha512sums = d4413e60400d974e20f44c8d05c0a787053dd3ab1b76b95c14eb2dd75fd1af4518942c991ce8372125c97650ab379ddaf61a8647512ba31351c0bd697c183a98
sha512sums = 62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 0c8604e26926..2b386b0ef893 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=5.2.4
+pkgver=5.2.5
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=('6018a64d3ad77a5f6264f4bac4ed093a3b5bfb0005c9843e64b3b22b6ad9148f8097b232a7c722fe04cec34d4127f403a84918f8adb530fe3d68adc7a7c896a0'
+sha512sums=('d4413e60400d974e20f44c8d05c0a787053dd3ab1b76b95c14eb2dd75fd1af4518942c991ce8372125c97650ab379ddaf61a8647512ba31351c0bd697c183a98'
'62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3')
package() {