summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-11-30 14:04:02 +0100
committersanduhrs2021-11-30 14:04:02 +0100
commitb44ced0121058521d3370617ce05c0f35979362a (patch)
treec7e85bb6e1e1f8daae708b25b6614f1172204e07
parent02b89bd0a12df5ba33ff22d527cdec7ccc9f95a3 (diff)
downloadaur-b44ced0121058521d3370617ce05c0f35979362a.tar.gz
Update to upstream version 7.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88624ca8d441..47ff823b0d01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpcov
pkgdesc = A command-line frontend for the PHP_CodeCoverage library.
- pkgver = 7.0.0
+ pkgver = 7.0.1
pkgrel = 1
url = https://github.com/sebastianbergmann/phpcov
install = phpcov.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpcov-7.0.0.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/7.0.0/LICENSE
- sha512sums = 152b6d9281d7b8abb23cab4b2d9b04171844aa5c36a272fbec8e43124ddd9c99f4cfebc50f4f289a93b16586e0662779fa858f45b7e5e36613553dfecb9e56a3
+ source = https://phar.phpunit.de/phpcov-7.0.1.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/7.0.1/LICENSE
+ sha512sums = 54390915cabcc314d792e2639f159eee1eca89d3c92dd8f271d0b7b686c2fc1216aabc589d05fa90b32c946f37fff0e404d6f7e841fb1ddae5f39d2abb469f9f
sha512sums = c4f90f349294ecc95905c856817cc7ad09cd62bba88a625ad2ac31c5a2379d75e7178fdfa23f3b1f5a7ff04e446bb744897cada35142a74301a92c9e5cdd8a31
pkgname = phpcov
diff --git a/PKGBUILD b/PKGBUILD
index 527409f8ae36..781eb0f58cf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/sanduhrs/arch-aur-phpcov
pkgname=phpcov
-pkgver=7.0.0
+pkgver=7.0.1
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=('152b6d9281d7b8abb23cab4b2d9b04171844aa5c36a272fbec8e43124ddd9c99f4cfebc50f4f289a93b16586e0662779fa858f45b7e5e36613553dfecb9e56a3'
+sha512sums=('54390915cabcc314d792e2639f159eee1eca89d3c92dd8f271d0b7b686c2fc1216aabc589d05fa90b32c946f37fff0e404d6f7e841fb1ddae5f39d2abb469f9f'
'c4f90f349294ecc95905c856817cc7ad09cd62bba88a625ad2ac31c5a2379d75e7178fdfa23f3b1f5a7ff04e446bb744897cada35142a74301a92c9e5cdd8a31')
package() {