summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-11-30 14:04:27 +0100
committersanduhrs2021-11-30 14:04:27 +0100
commitf2f8ad819796d1974cee9f6828fd25f9a1754bb7 (patch)
treee3c5448084f71ee574598ab34091492a7cd52242
parentb44ced0121058521d3370617ce05c0f35979362a (diff)
downloadaur-f2f8ad819796d1974cee9f6828fd25f9a1754bb7.tar.gz
Update to upstream version 7.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47ff823b0d01..5e6039d36370 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpcov
pkgdesc = A command-line frontend for the PHP_CodeCoverage library.
- pkgver = 7.0.1
+ pkgver = 7.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-7.0.1.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/7.0.1/LICENSE
- sha512sums = 54390915cabcc314d792e2639f159eee1eca89d3c92dd8f271d0b7b686c2fc1216aabc589d05fa90b32c946f37fff0e404d6f7e841fb1ddae5f39d2abb469f9f
+ source = https://phar.phpunit.de/phpcov-7.0.2.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/7.0.2/LICENSE
+ sha512sums = f44fdd17bbab303cf967b2318d1d71b1a1d6f71db302efc51ba8a2fabc14a6dc5057b33e56464ceb52015656ec98a618d17f82cdd2851a4ad1019015d998e800
sha512sums = c4f90f349294ecc95905c856817cc7ad09cd62bba88a625ad2ac31c5a2379d75e7178fdfa23f3b1f5a7ff04e446bb744897cada35142a74301a92c9e5cdd8a31
pkgname = phpcov
diff --git a/PKGBUILD b/PKGBUILD
index 781eb0f58cf2..dbf0440c95b9 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.1
+pkgver=7.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=('54390915cabcc314d792e2639f159eee1eca89d3c92dd8f271d0b7b686c2fc1216aabc589d05fa90b32c946f37fff0e404d6f7e841fb1ddae5f39d2abb469f9f'
+sha512sums=('f44fdd17bbab303cf967b2318d1d71b1a1d6f71db302efc51ba8a2fabc14a6dc5057b33e56464ceb52015656ec98a618d17f82cdd2851a4ad1019015d998e800'
'c4f90f349294ecc95905c856817cc7ad09cd62bba88a625ad2ac31c5a2379d75e7178fdfa23f3b1f5a7ff04e446bb744897cada35142a74301a92c9e5cdd8a31')
package() {