summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbe7ed469483..e92b309dfa61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Wed Mar 8 08:40:55 UTC 2017
+# Fri Jan 19 14:03:31 UTC 2018
pkgbase = phpunit5
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP. This is the old stable version
- pkgver = 5.7.15
+ pkgver = 5.7.26
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- provides = phpunit=5.7.15
+ provides = phpunit=5.7.26
conflicts = phpunit
- source = https://phar.phpunit.de/phpunit-5.7.15.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.7.15/LICENSE
- sha512sums = 85532af04d5a71bd3fc6f411744f1f490e998c5728a0cdc78d64eeadf2ee9294b61896de8bf6ab367e29288dc39c9ee5a42c89b897d84dfe22b8910c8aeac9ef
+ source = https://phar.phpunit.de/phpunit-5.7.26.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.7.26/LICENSE
+ sha512sums = 3a84cb48da6c79e90ae9c47672e08d0ffb938c71800479f4a44bc83c3de12fafaf13bb0320af489781d63fc2d07f6c9327f86b54cdde93823e8c6a1b4d121b7d
sha512sums = a1899db182b9221aca64fd5a8952a56028786f9dbe4db78375d8e59075483b88a58c9cc68124bdaa2ebeb12340490b13cd5732b9e47ae5ed2d12703b6ffead2a
pkgname = phpunit5
diff --git a/PKGBUILD b/PKGBUILD
index 78c123ffd62d..7cfd279d6103 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}5
-pkgver=5.7.15
+pkgver=5.7.26
pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP. This is the old stable version"
url="https://phpunit.de"
@@ -17,7 +17,7 @@ conflicts=("phpunit")
install="${_pkgname}.install"
source=("https://phar.phpunit.de/phpunit-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/phpunit/${pkgver}/LICENSE")
-sha512sums=('85532af04d5a71bd3fc6f411744f1f490e998c5728a0cdc78d64eeadf2ee9294b61896de8bf6ab367e29288dc39c9ee5a42c89b897d84dfe22b8910c8aeac9ef'
+sha512sums=('3a84cb48da6c79e90ae9c47672e08d0ffb938c71800479f4a44bc83c3de12fafaf13bb0320af489781d63fc2d07f6c9327f86b54cdde93823e8c6a1b4d121b7d'
'a1899db182b9221aca64fd5a8952a56028786f9dbe4db78375d8e59075483b88a58c9cc68124bdaa2ebeb12340490b13cd5732b9e47ae5ed2d12703b6ffead2a')
package() {