summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {