summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-06-08 09:11:19 +0200
committerStefan Auditor2016-06-08 09:11:19 +0200
commita46eaf544d0d3fa64bdc43c9bf73dbe920318e8c (patch)
treee545941ff84b94355553f42abc9a3a97ce48f51a
parent36b3417249df791d284b17b9f9ff6746edb61612 (diff)
downloadaur-a46eaf544d0d3fa64bdc43c9bf73dbe920318e8c.tar.gz
Update to upstream version 3.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33d3edf45725..fa5168ced670 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpcov
pkgdesc = A command-line frontend for the PHP_CodeCoverage library.
- pkgver = 3.0.1
+ pkgver = 3.1.0
pkgrel = 1
url = https://github.com/sebastianbergmann/phpcov
install = phpcov.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpcov-3.0.1.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/3.0.1/LICENSE
- sha512sums = ec378786dfc67d5228f6fd96ce143166ced7333e8fff60d923992446c23bb53c461912c2fe05fc29cad1cdfc64f0592bafe3c573fa04a95c9fa24281a269fb48
+ source = https://phar.phpunit.de/phpcov-3.1.0.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/3.1.0/LICENSE
+ sha512sums = c9cc729066061b270ecb9d0d299409339cedf554dec1ea075c22b6cea02af143444e4073ce343e2d4ff6c749073ea05fecf528d288f76a13b09321379a219b57
sha512sums = 0c378b544f9c7b28ef0cb9c7e43dfb9108943c6a050a7cd28bcfa713f091659c6766c56ef2736d133e4644a79d10ba96fcfb2bd65a52a5137d4d0d3933db442a
pkgname = phpcov
diff --git a/PKGBUILD b/PKGBUILD
index 775fe3141325..88967be52b0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/sanduhrs/arch-aur-phpcov
pkgname=phpcov
-pkgver=3.0.1
+pkgver=3.1.0
pkgrel=1
pkgdesc="A command-line frontend for the PHP_CodeCoverage library."
url="https://github.com/sebastianbergmann/phpcov"
@@ -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=('ec378786dfc67d5228f6fd96ce143166ced7333e8fff60d923992446c23bb53c461912c2fe05fc29cad1cdfc64f0592bafe3c573fa04a95c9fa24281a269fb48'
+sha512sums=('c9cc729066061b270ecb9d0d299409339cedf554dec1ea075c22b6cea02af143444e4073ce343e2d4ff6c749073ea05fecf528d288f76a13b09321379a219b57'
'0c378b544f9c7b28ef0cb9c7e43dfb9108943c6a050a7cd28bcfa713f091659c6766c56ef2736d133e4644a79d10ba96fcfb2bd65a52a5137d4d0d3933db442a')
package() {