summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-01-13 12:30:53 +0100
committerStefan Auditor2016-01-13 12:31:30 +0100
commit8a9e0cd2238168967e0627ae5064b8428d5ef11f (patch)
treea4f58b4a0e21f1d3aae755d8e43e39c63d86f2e2
parentcff13901544d23103383c883f37d070b604726e3 (diff)
downloadaur-8a9e0cd2238168967e0627ae5064b8428d5ef11f.tar.gz
Update to upstream release 5.1.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 759e149d4a1e..2d3ca3b6df1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Jan 4 13:08:44 UTC 2016
+# Wed Jan 13 11:29:49 UTC 2016
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.1.3
- pkgrel = 2
+ pkgver = 5.1.4
+ pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.1.3.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.1.3/LICENSE
- sha512sums = 34bc75314fa1c1d5cf7605cf8101c271f7a8d2c4a6164da42b9dfb953792df5996925a64d47efc75338a2bc498c446c2d723cdd22b100d044b8b0c51f5606668
+ source = https://phar.phpunit.de/phpunit-5.1.4.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.1.4/LICENSE
+ sha512sums = 6157c95b36e496d9bb38640f1b634d3746efc953cce50e6509f817910a0dddf627d78cb33eae85cbf0a57826af4b0716d8a7b28f49746aef279f3fd076668c8c
sha512sums = 8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 7d0fe6720a26..3601a3b1380f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Co-Maintainer: Marc Straube <email@marcstraube.de>
# Contributor: Attila Bukor <r1pp3rj4ck [at] w4it [dot] eu>
pkgname=phpunit
-pkgver=5.1.3
-pkgrel=2
+pkgver=5.1.4
+pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
url="https://phpunit.de"
arch=("any")
@@ -12,7 +12,7 @@ depends=("php")
install="${pkgname}.install"
source=("https://phar.phpunit.de/${pkgname}-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/${pkgname}/${pkgver}/LICENSE")
-sha512sums=('34bc75314fa1c1d5cf7605cf8101c271f7a8d2c4a6164da42b9dfb953792df5996925a64d47efc75338a2bc498c446c2d723cdd22b100d044b8b0c51f5606668'
+sha512sums=('6157c95b36e496d9bb38640f1b634d3746efc953cce50e6509f817910a0dddf627d78cb33eae85cbf0a57826af4b0716d8a7b28f49746aef279f3fd076668c8c'
'8cd4a84df128f54ef6cf657d2d6e4307b2f4fe92f60b94f6639c16c2ebcffcb20923fcfee3cf7becddf0e138c5affacb887ac43d356c7ef220f73e6d75bd9fef')
package() {