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 aaa286bf4ea7..0cc9e2a5aa28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpcov
pkgdesc = A command-line frontend for the PHP_CodeCoverage library.
- pkgver = 8.2.1
+ pkgver = 9.0.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.2.1.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/8.2.1/LICENSE
- sha512sums = e38d95a0012b2a996abe281518ea4d7bd03f5432e3f04730a60db557f8599cec58e9940f028d65fcc3f571783bcb839b17870efb139cc3ce640f235959290670
+ source = https://phar.phpunit.de/phpcov-9.0.0.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/9.0.0/LICENSE
+ sha512sums = 5cbef729c67750b157f5f5b24adc866db6dc3f9aa8cfe4558f1af05ac7360b8762e0bc70a8832d49d86d2cb76366bd23687449bf58db733a4832e34cd3e71433
sha512sums = b3c801f6adea0632663b37411f5a7b37ac0ff0a55bc7d993b14eb884c55c4665d660e0e20127a5be070a1e6bbad98453378008f0138ee40f2577c7a4332b2e67
pkgname = phpcov
diff --git a/PKGBUILD b/PKGBUILD
index d81e473730c8..0d3605955b66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/sanduhrs/arch-aur-phpcov
pkgname=phpcov
-pkgver=8.2.1
+pkgver=9.0.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=('e38d95a0012b2a996abe281518ea4d7bd03f5432e3f04730a60db557f8599cec58e9940f028d65fcc3f571783bcb839b17870efb139cc3ce640f235959290670'
+sha512sums=('5cbef729c67750b157f5f5b24adc866db6dc3f9aa8cfe4558f1af05ac7360b8762e0bc70a8832d49d86d2cb76366bd23687449bf58db733a4832e34cd3e71433'
'b3c801f6adea0632663b37411f5a7b37ac0ff0a55bc7d993b14eb884c55c4665d660e0e20127a5be070a1e6bbad98453378008f0138ee40f2577c7a4332b2e67')
package() {