summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-11-30 14:09:21 +0100
committersanduhrs2021-11-30 14:09:21 +0100
commitfe8ee9e4d97f739eb69bc73b6da5af201d4c1ba4 (patch)
tree3c54b65d073d6cb25fe1ee8a217e766317b9c5a7
parent1051a512f72692110fb933aa6614f027c4e7d607 (diff)
downloadaur-fe8ee9e4d97f739eb69bc73b6da5af201d4c1ba4.tar.gz
Update to upstream version 8.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b306dbec2ec2..75817151d503 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpcov
pkgdesc = A command-line frontend for the PHP_CodeCoverage library.
- pkgver = 8.1.2
+ pkgver = 8.2.0
pkgrel = 1
url = https://github.com/sebastianbergmann/phpcov
install = phpcov.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpcov-8.1.2.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/8.1.2/LICENSE
- sha512sums = 41c0a73d68a5cefc836501142123e4fbaebd529b91c10fd423be8d5c1f177110df9036031b01223ecab82fde61bc1abf1d96e6081d960d08e2da528b62747bd8
+ source = https://phar.phpunit.de/phpcov-8.2.0.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/8.2.0/LICENSE
+ sha512sums = 213d1e27f59bdf35bdba841d95dfbd5f4fca9a98219d711a3ae19822c5418d4d46f4b2d631317d9041d71ba2be3e3c31a7303c6f13e89cb1ced7ff476f3b7102
sha512sums = c4f90f349294ecc95905c856817cc7ad09cd62bba88a625ad2ac31c5a2379d75e7178fdfa23f3b1f5a7ff04e446bb744897cada35142a74301a92c9e5cdd8a31
pkgname = phpcov
diff --git a/PKGBUILD b/PKGBUILD
index 05d7dc4dd92e..21b2cbbd6d4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/sanduhrs/arch-aur-phpcov
pkgname=phpcov
-pkgver=8.1.2
+pkgver=8.2.0
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=('41c0a73d68a5cefc836501142123e4fbaebd529b91c10fd423be8d5c1f177110df9036031b01223ecab82fde61bc1abf1d96e6081d960d08e2da528b62747bd8'
+sha512sums=('213d1e27f59bdf35bdba841d95dfbd5f4fca9a98219d711a3ae19822c5418d4d46f4b2d631317d9041d71ba2be3e3c31a7303c6f13e89cb1ced7ff476f3b7102'
'c4f90f349294ecc95905c856817cc7ad09cd62bba88a625ad2ac31c5a2379d75e7178fdfa23f3b1f5a7ff04e446bb744897cada35142a74301a92c9e5cdd8a31')
package() {