summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-11-30 13:55:47 +0100
committersanduhrs2021-11-30 13:55:47 +0100
commit574c36aa15df30b2ef7530032a9fd75d86105ef6 (patch)
tree5673d5b4d08fc6df68c44072a29453839fa756e6
parentea3f461f13b5d0982a6c411f1117ca8573e25d36 (diff)
downloadaur-574c36aa15df30b2ef7530032a9fd75d86105ef6.tar.gz
Update to upstream version 6.0.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91d1b1c58e97..cd3d0023805d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = phpcov
pkgdesc = A command-line frontend for the PHP_CodeCoverage library.
- pkgver = 6.0.0
+ pkgver = 6.0.1
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.0.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/6.0.0/LICENSE
+ 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
pkgname = phpcov
-
diff --git a/PKGBUILD b/PKGBUILD
index e12914918f69..1e0ae5419979 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.0
+pkgver=6.0.1
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=('0a400996d5c4605f2cee20525039320d1ae345b98a83c797e3fbed6167771596a2c3b16061660528a6449f6c9772b1175886b51fe3ad48f0038fd2696c226f50'
+sha512sums=('0f6e0bb87abe288b7982bea6e8ac3d3b79bbfc9165246a486d85ece515fec829e7c089ff4efdc8fcb7ff516b13f406c44aaeab4d9ad8b9c4cd021d6bc2f36241'
'1d98aae16f8fde4d1d1028050acbef7a0d5ed975e1136589070161ff019d29c8cfac69b42896c8c5edd2a2baeadbe39d7f110d821b3226c94b928e961ddcf302')
package() {