summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2022-06-12 10:51:38 +0200
committersanduhrs2022-06-12 10:51:38 +0200
commitf399ae69bc57bad917fbcffab4c66c41abf37752 (patch)
tree6d4b3a389b6be81f5fb3475fb4dca49484523e11
parent9ad14119fffd11298906ece1d7a192572fdfbab7 (diff)
downloadaur-f399ae69bc57bad917fbcffab4c66c41abf37752.tar.gz
Update to upstream version 6.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03e3726722c6..6070d31db57a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = phploc
pkgdesc = A tool for quickly measuring the size of a PHP project
- pkgver = 6.0.1
+ pkgver = 6.0.2
pkgrel = 1
url = https://github.com/sebastianbergmann/phploc
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phploc-6.0.1.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phploc/6.0.1/LICENSE
- sha512sums = 915b2ce9bbc8e74f18fe203d23bcd9a88892ec7cdc1c94aecce2cbb4d95e0fe3a054c74bf2a409f7096d9ccc67a22bd176d4d197b9cf02910d6f9c9fc34b595d
+ source = https://phar.phpunit.de/phploc-6.0.2.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phploc/6.0.2/LICENSE
+ sha512sums = 71705539391e85f4540c3e3c453d0b02ce01dbb51f74d3fd343be005e14ed8f46483b413bf80159a33e462cf06254be6bf4a83e2a75455c575456e86d004801e
sha512sums = 01b3d9272d9677c3f3a90d8eeb1409909d6ea48d87430c98a78b2ddd2f1949888a9de80bc210fcc98420d0dcfa11ca1a0bd0a8fc03def4639703061ea583c1be
pkgname = phploc
diff --git a/PKGBUILD b/PKGBUILD
index aa88eae8c63d..33a73a0952ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Please report issues at https://github.com/sanduhrs/arch-aur-phploc
pkgname=phploc
-pkgver=6.0.1
+pkgver=6.0.2
pkgrel=1
pkgdesc="A tool for quickly measuring the size of a PHP project"
url="https://github.com/sebastianbergmann/phploc"
@@ -12,7 +12,7 @@ license=("BSD")
depends=("php")
source=("https://phar.phpunit.de/${pkgname}-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/${pkgname}/${pkgver}/LICENSE")
-sha512sums=('915b2ce9bbc8e74f18fe203d23bcd9a88892ec7cdc1c94aecce2cbb4d95e0fe3a054c74bf2a409f7096d9ccc67a22bd176d4d197b9cf02910d6f9c9fc34b595d'
+sha512sums=('71705539391e85f4540c3e3c453d0b02ce01dbb51f74d3fd343be005e14ed8f46483b413bf80159a33e462cf06254be6bf4a83e2a75455c575456e86d004801e'
'01b3d9272d9677c3f3a90d8eeb1409909d6ea48d87430c98a78b2ddd2f1949888a9de80bc210fcc98420d0dcfa11ca1a0bd0a8fc03def4639703061ea583c1be')
package() {