summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-10-11 11:31:01 +0200
committerStefan Auditor2016-10-11 11:31:01 +0200
commit346fb19fc7f622f1e57bcd7cdab0f1239bf62b53 (patch)
tree5ddfef397cf529f7c47f67ec06946c1a98db5bf2
parentd888980b28681538895ba3115516ec9c265ea772 (diff)
downloadaur-346fb19fc7f622f1e57bcd7cdab0f1239bf62b53.tar.gz
Update to upstream version 5.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b89c9264af74..571d2346d59d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.5.7
+ pkgver = 5.6.0
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.5.7.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.5.7/LICENSE
- sha512sums = 7c0b619e11c4e93ebd1b321aaff6e4406c93ab15798c4d1fea0d73bb542b65e6b8eeb99f2d2a90df33213531d60e2bf7b5b5aba9a7bcd931fb9bcfbc7e7500db
+ source = https://phar.phpunit.de/phpunit-5.6.0.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.6.0/LICENSE
+ sha512sums = f56f3db2cdcf8554d883805d5db43ad2317d08ffebad8be204302f64049aeedf8d3f7e5f2cd3611437d43e61c404b07eedb4bb2d36dbe92d68f4b3bcf1c26c2c
sha512sums = 62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 417931cf0085..564f4dd2d644 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=5.5.7
+pkgver=5.6.0
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=('7c0b619e11c4e93ebd1b321aaff6e4406c93ab15798c4d1fea0d73bb542b65e6b8eeb99f2d2a90df33213531d60e2bf7b5b5aba9a7bcd931fb9bcfbc7e7500db'
+sha512sums=('f56f3db2cdcf8554d883805d5db43ad2317d08ffebad8be204302f64049aeedf8d3f7e5f2cd3611437d43e61c404b07eedb4bb2d36dbe92d68f4b3bcf1c26c2c'
'62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3')
package() {