summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSýlvan Heuser2017-03-08 09:40:55 +0100
committerSýlvan Heuser2017-03-08 09:40:55 +0100
commit5c3f6a3339dca125ad5a97c43ad58f85ff65dc8f (patch)
tree66d045d3f44dcc498968b70af3243ea3c1e724e5
parent27489f7503590ed404764f822f8b1a81564c7b53 (diff)
downloadaur-5c3f6a3339dca125ad5a97c43ad58f85ff65dc8f.tar.gz
Update to upstream version 5.7.15
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 331a9ad378ed..dbe7ed469483 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Wed Mar 8 08:37:36 UTC 2017
+# Wed Mar 8 08:40:55 UTC 2017
pkgbase = phpunit5
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP. This is the old stable version
- pkgver = 5.7.14
- pkgrel = 2
+ pkgver = 5.7.15
+ pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- provides = phpunit=5.7.14
+ provides = phpunit=5.7.15
conflicts = phpunit
- source = https://phar.phpunit.de/phpunit-5.7.14.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.7.14/LICENSE
- sha512sums = 57bb297f08929af60b56dba6ca90642a4d403a883c06687d23901c8742510cb209a80d704272ace498db1891fb4bf40127b47b7ccf12b319bd2fe5acd0e07b2f
+ source = https://phar.phpunit.de/phpunit-5.7.15.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.7.15/LICENSE
+ sha512sums = 85532af04d5a71bd3fc6f411744f1f490e998c5728a0cdc78d64eeadf2ee9294b61896de8bf6ab367e29288dc39c9ee5a42c89b897d84dfe22b8910c8aeac9ef
sha512sums = a1899db182b9221aca64fd5a8952a56028786f9dbe4db78375d8e59075483b88a58c9cc68124bdaa2ebeb12340490b13cd5732b9e47ae5ed2d12703b6ffead2a
pkgname = phpunit5
diff --git a/PKGBUILD b/PKGBUILD
index 8b588cdfa69b..78c123ffd62d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_pkgname=phpunit
pkgname=${_pkgname}5
-pkgver=5.7.14
-pkgrel=2
+pkgver=5.7.15
+pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP. This is the old stable version"
url="https://phpunit.de"
arch=("any")
@@ -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=('57bb297f08929af60b56dba6ca90642a4d403a883c06687d23901c8742510cb209a80d704272ace498db1891fb4bf40127b47b7ccf12b319bd2fe5acd0e07b2f'
+sha512sums=('85532af04d5a71bd3fc6f411744f1f490e998c5728a0cdc78d64eeadf2ee9294b61896de8bf6ab367e29288dc39c9ee5a42c89b897d84dfe22b8910c8aeac9ef'
'a1899db182b9221aca64fd5a8952a56028786f9dbe4db78375d8e59075483b88a58c9cc68124bdaa2ebeb12340490b13cd5732b9e47ae5ed2d12703b6ffead2a')
package() {