summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2017-01-24 07:35:22 +0100
committerStefan Auditor2017-01-24 07:35:22 +0100
commitcd00c997016df4ed1b6b147f87d1d070fc0f9c2c (patch)
tree50048934b77a6b890505dc0e54158c3a1c46b975
parenta35d5cecde55f2a6be1130a826a736a1d23b045d (diff)
downloadaur-cd00c997016df4ed1b6b147f87d1d070fc0f9c2c.tar.gz
Update to upstream version 5.7.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b20074ee8e00..12049f59e694 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.7.5
+ pkgver = 5.7.6
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.7.5.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.7.5/LICENSE
- sha512sums = 4b9d1e1fa2ae5bdd0aad0d2a7393de1e79b3e5b0cba6048306412ecd50172cac330700466e3a43089f47c2d81eab979876816abc7a79d42490570f9c1d1120b4
+ source = https://phar.phpunit.de/phpunit-5.7.6.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.7.6/LICENSE
+ sha512sums = 1e9a977ba4f71448eb406dd24230f5cf1c20db7c79079e3ae7d772e45539b55a5773a264907481d88c827ef5beb798c9f39c6ceda7ccdf264637a88f02c4975e
sha512sums = 62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 78ca71e29e57..20dd22204308 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=5.7.5
+pkgver=5.7.6
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=('4b9d1e1fa2ae5bdd0aad0d2a7393de1e79b3e5b0cba6048306412ecd50172cac330700466e3a43089f47c2d81eab979876816abc7a79d42490570f9c1d1120b4'
+sha512sums=('1e9a977ba4f71448eb406dd24230f5cf1c20db7c79079e3ae7d772e45539b55a5773a264907481d88c827ef5beb798c9f39c6ceda7ccdf264637a88f02c4975e'
'62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3')
package() {