summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-11-30 14:08:07 +0100
committersanduhrs2021-11-30 14:08:07 +0100
commit1051a512f72692110fb933aa6614f027c4e7d607 (patch)
treebac244d86dc32a94998ba69ea6702db92a8abeeb
parent8fe3db862131069571d8138cb0f29d0789029e66 (diff)
downloadaur-1051a512f72692110fb933aa6614f027c4e7d607.tar.gz
Update to upstream version 8.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e087478bf619..b306dbec2ec2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpcov
pkgdesc = A command-line frontend for the PHP_CodeCoverage library.
- pkgver = 8.1.1
+ pkgver = 8.1.2
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.1.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/8.1.1/LICENSE
- sha512sums = 2aa95fe0fe1aff2a6b175fd08dab1bd043994c38c1f4021a446a6bade30ca1f6b692b6650134b6cd89d5c3fd804167e83ca57c4066709267b706c64d7ec94700
+ source = https://phar.phpunit.de/phpcov-8.1.2.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/8.1.2/LICENSE
+ sha512sums = 41c0a73d68a5cefc836501142123e4fbaebd529b91c10fd423be8d5c1f177110df9036031b01223ecab82fde61bc1abf1d96e6081d960d08e2da528b62747bd8
sha512sums = c4f90f349294ecc95905c856817cc7ad09cd62bba88a625ad2ac31c5a2379d75e7178fdfa23f3b1f5a7ff04e446bb744897cada35142a74301a92c9e5cdd8a31
pkgname = phpcov
diff --git a/PKGBUILD b/PKGBUILD
index 50e732783a1b..05d7dc4dd92e 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.1
+pkgver=8.1.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=('2aa95fe0fe1aff2a6b175fd08dab1bd043994c38c1f4021a446a6bade30ca1f6b692b6650134b6cd89d5c3fd804167e83ca57c4066709267b706c64d7ec94700'
+sha512sums=('41c0a73d68a5cefc836501142123e4fbaebd529b91c10fd423be8d5c1f177110df9036031b01223ecab82fde61bc1abf1d96e6081d960d08e2da528b62747bd8'
'c4f90f349294ecc95905c856817cc7ad09cd62bba88a625ad2ac31c5a2379d75e7178fdfa23f3b1f5a7ff04e446bb744897cada35142a74301a92c9e5cdd8a31')
package() {