summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2017-10-28 16:18:15 +0200
committerStefan Auditor2017-10-28 16:18:15 +0200
commitd599dcf69337f100e0a1705b292241458986319f (patch)
tree7fed6636e270b69df67640c372339fe81d8f7707
parente138c7607033d72499ddbd6b88d91633e86be352 (diff)
downloadaur-d599dcf69337f100e0a1705b292241458986319f.tar.gz
Update to upstream version 4.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3af6c5639644..2e1d8900bdb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = phpcov
pkgdesc = A command-line frontend for the PHP_CodeCoverage library.
- pkgver = 4.0.1
+ pkgver = 4.0.2
pkgrel = 1
url = https://github.com/sebastianbergmann/phpcov
install = phpcov.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpcov-4.0.1.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/4.0.1/LICENSE
+ source = https://phar.phpunit.de/phpcov-4.0.2.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/4.0.2/LICENSE
sha512sums = 43fd2c9843f3bf0e3d57cc17084115fda7a1713917fc46f39540efe801860cbd31707368765c202db212776689df9d605bcf680e4554436fa441a54f2b84e35d
sha512sums = 0c378b544f9c7b28ef0cb9c7e43dfb9108943c6a050a7cd28bcfa713f091659c6766c56ef2736d133e4644a79d10ba96fcfb2bd65a52a5137d4d0d3933db442a
diff --git a/PKGBUILD b/PKGBUILD
index 3f88473690f6..217ac436a892 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/sanduhrs/arch-aur-phpcov
pkgname=phpcov
-pkgver=4.0.1
+pkgver=4.0.2
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=('43fd2c9843f3bf0e3d57cc17084115fda7a1713917fc46f39540efe801860cbd31707368765c202db212776689df9d605bcf680e4554436fa441a54f2b84e35d'
+sha512sums=('a2d7228199fbc4d8163875c1357cce0ee83dab760ff574d419052db4ddf1cdc8ae6398a9542997e43d4d12e46aa5a23a4f7c7e5ef0c74ceea5eeca268e721399'
'0c378b544f9c7b28ef0cb9c7e43dfb9108943c6a050a7cd28bcfa713f091659c6766c56ef2736d133e4644a79d10ba96fcfb2bd65a52a5137d4d0d3933db442a')
package() {