summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2017-11-21 19:25:40 +0100
committerStefan Auditor2017-11-21 19:25:40 +0100
commita81dc3e08d02953ded50435a413501b93cc90996 (patch)
treea087248288619a2f580a79c618740914eec65536
parentfbd9b5438977b3dc1e8e15759e44b094f4f049eb (diff)
downloadaur-a81dc3e08d02953ded50435a413501b93cc90996.tar.gz
Update to upstream version 4.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b41849f9fe7..a077f98536c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpcov
pkgdesc = A command-line frontend for the PHP_CodeCoverage library.
- pkgver = 4.0.2
+ pkgver = 4.0.3
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.2.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/4.0.2/LICENSE
- sha512sums = a2d7228199fbc4d8163875c1357cce0ee83dab760ff574d419052db4ddf1cdc8ae6398a9542997e43d4d12e46aa5a23a4f7c7e5ef0c74ceea5eeca268e721399
+ source = https://phar.phpunit.de/phpcov-4.0.3.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/4.0.3/LICENSE
+ sha512sums = e782aab1b75a90d61a6db3678bcda7a666aeffdd784a82ae51e9858c5401790c3632c64b1c61d82cbe8b2d3f5fb5040dda941f25ecc01f63a424fec538c3b9f4
sha512sums = 0c378b544f9c7b28ef0cb9c7e43dfb9108943c6a050a7cd28bcfa713f091659c6766c56ef2736d133e4644a79d10ba96fcfb2bd65a52a5137d4d0d3933db442a
pkgname = phpcov
diff --git a/PKGBUILD b/PKGBUILD
index 217ac436a892..5ce999e402ec 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.2
+pkgver=4.0.3
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=('a2d7228199fbc4d8163875c1357cce0ee83dab760ff574d419052db4ddf1cdc8ae6398a9542997e43d4d12e46aa5a23a4f7c7e5ef0c74ceea5eeca268e721399'
+sha512sums=('e782aab1b75a90d61a6db3678bcda7a666aeffdd784a82ae51e9858c5401790c3632c64b1c61d82cbe8b2d3f5fb5040dda941f25ecc01f63a424fec538c3b9f4'
'0c378b544f9c7b28ef0cb9c7e43dfb9108943c6a050a7cd28bcfa713f091659c6766c56ef2736d133e4644a79d10ba96fcfb2bd65a52a5137d4d0d3933db442a')
package() {