summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2015-09-28 10:26:14 +0200
committerStefan Auditor2015-09-28 10:26:14 +0200
commit76161ddb629bac8b8c32225320528aac551b7df5 (patch)
tree139b03941261e79093d70ff1f0f9f3ca2b711f62
parent533dffbd061a969256759b10b3d21b28447c26fb (diff)
downloadaur-76161ddb629bac8b8c32225320528aac551b7df5.tar.gz
Update to upstream release 4.8.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 609bf02aa2c8..7b1083224dac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 4.8.8
+ pkgver = 4.8.9
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-4.8.8.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/4.8.8/LICENSE
- sha512sums = bb5b44eb325ccb62f64c3817ec25c449ef354b8c88bf4e62bd88dbfac414e926d3f34e925afd385a63072d99acd567b66a916f06df0da2b41de71f72293e1ed0
+ source = https://phar.phpunit.de/phpunit-4.8.9.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/4.8.9/LICENSE
+ sha512sums = ac184ed7aa5ed23c6aaba421a9da5ff8d8cd48175c57f8328b1526a84b6b2423439399e1e4258b0ed415f8807c501a6a66d2a8607c5624876404a37cfab01e20
sha512sums = 8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 6d8cc67ef546..886d0511b6ad 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.8
+pkgver=4.8.9
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=('bb5b44eb325ccb62f64c3817ec25c449ef354b8c88bf4e62bd88dbfac414e926d3f34e925afd385a63072d99acd567b66a916f06df0da2b41de71f72293e1ed0'
+sha512sums=('ac184ed7aa5ed23c6aaba421a9da5ff8d8cd48175c57f8328b1526a84b6b2423439399e1e4258b0ed415f8807c501a6a66d2a8607c5624876404a37cfab01e20'
'8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef')
package() {