summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-01-10 13:05:56 +0100
committerStefan Auditor2016-01-10 13:05:56 +0100
commit7314b129839df202c4cc8ad7884624bdd3b6fa0d (patch)
tree8229d20b57873b187b122605c5176cb79bde3386
parent05a156b9c10a3b69b098bf36f66d054529722e77 (diff)
downloadaur-7314b129839df202c4cc8ad7884624bdd3b6fa0d.tar.gz
Update to upstream release 3.0.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a1f6f0f7758..667900eb037e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Jan 4 13:14:52 UTC 2016
+# Sun Jan 10 12:04:27 UTC 2016
pkgbase = phpcov
pkgdesc = A command-line frontend for the PHP_CodeCoverage library.
- pkgver = 2.0.2
+ pkgver = 3.0.0
pkgrel = 2
url = https://github.com/sebastianbergmann/phpcov
install = phpcov.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpcov-2.0.2.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/2.0.2/LICENSE
- sha512sums = bfb156a3be17448e2a4ab57e27dd37475df55410837d43cb680bc12af4ec7f4b588326a8215c59f133dd398138e93ed8b13ff23a62d3196d804577754b9c8ac9
+ source = https://phar.phpunit.de/phpcov-3.0.0.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/3.0.0/LICENSE
+ sha512sums = a4b8412f7fe4e78340f823aeb6943b877d9ae3b0e49494f9e6926db4470672b77532a91f4be56d8fae0031d0b1be71e94d75321c2219525426bb9f665a55bb3f
sha512sums = 0c378b544f9c7b28ef0cb9c7e43dfb9108943c6a050a7cd28bcfa713f091659c6766c56ef2736d133e4644a79d10ba96fcfb2bd65a52a5137d4d0d3933db442a
pkgname = phpcov
diff --git a/PKGBUILD b/PKGBUILD
index 14ae65e86feb..e18cfd2e76e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Auditor <stefan.auditor@erdfisch.de>
pkgname=phpcov
-pkgver=2.0.2
+pkgver=3.0.0
pkgrel=2
pkgdesc="A command-line frontend for the PHP_CodeCoverage library."
url="https://github.com/sebastianbergmann/phpcov"
@@ -10,7 +10,7 @@ depends=("php")
install="${pkgname}.install"
source=("https://phar.phpunit.de/${pkgname}-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/${pkgname}/${pkgver}/LICENSE")
-sha512sums=('bfb156a3be17448e2a4ab57e27dd37475df55410837d43cb680bc12af4ec7f4b588326a8215c59f133dd398138e93ed8b13ff23a62d3196d804577754b9c8ac9'
+sha512sums=('a4b8412f7fe4e78340f823aeb6943b877d9ae3b0e49494f9e6926db4470672b77532a91f4be56d8fae0031d0b1be71e94d75321c2219525426bb9f665a55bb3f'
'0c378b544f9c7b28ef0cb9c7e43dfb9108943c6a050a7cd28bcfa713f091659c6766c56ef2736d133e4644a79d10ba96fcfb2bd65a52a5137d4d0d3933db442a')
package() {