summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fd61707513e..5cc403f8adc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 4.8.4
+ pkgver = 4.8.5
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-4.8.4.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/4.8.4/LICENSE
- sha512sums = 2757ddc4ad08642a17873609ac719b0f0d23f673275098e2bd291a49b13a6a749939f1da70294c5346db2d95203bf47523f8830177b9c2bdbc378ac4a52542aa
+ source = https://phar.phpunit.de/phpunit-4.8.5.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/4.8.5/LICENSE
+ sha512sums = d045a1b41ec5b3a3e631028bec0e32db7099de8a91e99068a7d08cdbc9aa6b44c491af700a7cdad5e3f7d95e53566dc9a440022fce0dc97d299809b649195fe6
sha512sums = 8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 264a5798acbe..d78a2f83a46a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Auditor <stefan.auditor@erdfisch.de>
# Contributor: Attila Bukor <r1pp3rj4ck [at] w4it [dot] eu>
pkgname=phpunit
-pkgver=4.8.4
+pkgver=4.8.5
pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
url="https://phpunit.de"
@@ -11,7 +11,7 @@ depends=("php")
install="${pkgname}.install"
source=("https://phar.phpunit.de/${pkgname}-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/${pkgname}/${pkgver}/LICENSE")
-sha512sums=('2757ddc4ad08642a17873609ac719b0f0d23f673275098e2bd291a49b13a6a749939f1da70294c5346db2d95203bf47523f8830177b9c2bdbc378ac4a52542aa'
+sha512sums=('d045a1b41ec5b3a3e631028bec0e32db7099de8a91e99068a7d08cdbc9aa6b44c491af700a7cdad5e3f7d95e53566dc9a440022fce0dc97d299809b649195fe6'
'8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef')
package() {