summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-11-30 14:03:21 +0100
committersanduhrs2021-11-30 14:03:21 +0100
commit02b89bd0a12df5ba33ff22d527cdec7ccc9f95a3 (patch)
tree0f3818e3a4d6775fdabe9e1b7fcff2bb9b270d63
parent574c36aa15df30b2ef7530032a9fd75d86105ef6 (diff)
downloadaur-02b89bd0a12df5ba33ff22d527cdec7ccc9f95a3.tar.gz
Update to upstream version 7.0.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd3d0023805d..88624ca8d441 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpcov
pkgdesc = A command-line frontend for the PHP_CodeCoverage library.
- pkgver = 6.0.1
+ pkgver = 7.0.0
pkgrel = 1
url = https://github.com/sebastianbergmann/phpcov
install = phpcov.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpcov-6.0.1.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/6.0.1/LICENSE
- sha512sums = 0a400996d5c4605f2cee20525039320d1ae345b98a83c797e3fbed6167771596a2c3b16061660528a6449f6c9772b1175886b51fe3ad48f0038fd2696c226f50
- sha512sums = 1d98aae16f8fde4d1d1028050acbef7a0d5ed975e1136589070161ff019d29c8cfac69b42896c8c5edd2a2baeadbe39d7f110d821b3226c94b928e961ddcf302
+ source = https://phar.phpunit.de/phpcov-7.0.0.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/7.0.0/LICENSE
+ sha512sums = 152b6d9281d7b8abb23cab4b2d9b04171844aa5c36a272fbec8e43124ddd9c99f4cfebc50f4f289a93b16586e0662779fa858f45b7e5e36613553dfecb9e56a3
+ sha512sums = c4f90f349294ecc95905c856817cc7ad09cd62bba88a625ad2ac31c5a2379d75e7178fdfa23f3b1f5a7ff04e446bb744897cada35142a74301a92c9e5cdd8a31
pkgname = phpcov
diff --git a/PKGBUILD b/PKGBUILD
index 1e0ae5419979..527409f8ae36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/sanduhrs/arch-aur-phpcov
pkgname=phpcov
-pkgver=6.0.1
+pkgver=7.0.0
pkgrel=1
pkgdesc="A command-line frontend for the PHP_CodeCoverage library."
url="https://github.com/sebastianbergmann/phpcov"
@@ -12,8 +12,8 @@ depends=("php")
install="${pkgname}.install"
source=("https://phar.phpunit.de/${pkgname}-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/${pkgname}/${pkgver}/LICENSE")
-sha512sums=('0f6e0bb87abe288b7982bea6e8ac3d3b79bbfc9165246a486d85ece515fec829e7c089ff4efdc8fcb7ff516b13f406c44aaeab4d9ad8b9c4cd021d6bc2f36241'
- '1d98aae16f8fde4d1d1028050acbef7a0d5ed975e1136589070161ff019d29c8cfac69b42896c8c5edd2a2baeadbe39d7f110d821b3226c94b928e961ddcf302')
+sha512sums=('152b6d9281d7b8abb23cab4b2d9b04171844aa5c36a272fbec8e43124ddd9c99f4cfebc50f4f289a93b16586e0662779fa858f45b7e5e36613553dfecb9e56a3'
+ 'c4f90f349294ecc95905c856817cc7ad09cd62bba88a625ad2ac31c5a2379d75e7178fdfa23f3b1f5a7ff04e446bb744897cada35142a74301a92c9e5cdd8a31')
package() {
install -D -m 644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"