summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2022-06-12 10:53:50 +0200
committersanduhrs2022-06-12 10:53:50 +0200
commit3ae15c85a97abb9d70e1f9cd5a96e126f611f47c (patch)
tree7ec9f39ba9e32ab3df90874956c9c93b1eb41239
parent0bb3c8697b23144e9fde8b9d308a3f3271be7148 (diff)
downloadaur-phploc.tar.gz
Update to upstream version 7.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d20d190450dd..b1a4e8d2a237 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = phploc
pkgdesc = A tool for quickly measuring the size of a PHP project
- pkgver = 7.0.1
+ pkgver = 7.0.2
pkgrel = 1
url = https://github.com/sebastianbergmann/phploc
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phploc-7.0.1.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phploc/7.0.1/LICENSE
- sha512sums = 0424f21a6e746587e3e764ee55f9ff8e43b9ee7a70db2d65c394597c59c526566d45ea1895a2b06055c2ce886ace1239f34b02690151c987ce319c5176172489
+ source = https://phar.phpunit.de/phploc-7.0.2.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phploc/7.0.2/LICENSE
+ sha512sums = c83abb4ef7b5ab1a0757879498c7171fc86cc0202af64aa3b664fc2547b02f27d81f69498193c724445a046fa41a4e266d8f9bb3cc21d5c4152f14d23b57319c
sha512sums = 01b3d9272d9677c3f3a90d8eeb1409909d6ea48d87430c98a78b2ddd2f1949888a9de80bc210fcc98420d0dcfa11ca1a0bd0a8fc03def4639703061ea583c1be
pkgname = phploc
diff --git a/PKGBUILD b/PKGBUILD
index 372f1fbf6fa5..bdaf53f5f308 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Please report issues at https://github.com/sanduhrs/arch-aur-phploc
pkgname=phploc
-pkgver=7.0.1
+pkgver=7.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=('0424f21a6e746587e3e764ee55f9ff8e43b9ee7a70db2d65c394597c59c526566d45ea1895a2b06055c2ce886ace1239f34b02690151c987ce319c5176172489'
+sha512sums=('c83abb4ef7b5ab1a0757879498c7171fc86cc0202af64aa3b664fc2547b02f27d81f69498193c724445a046fa41a4e266d8f9bb3cc21d5c4152f14d23b57319c'
'01b3d9272d9677c3f3a90d8eeb1409909d6ea48d87430c98a78b2ddd2f1949888a9de80bc210fcc98420d0dcfa11ca1a0bd0a8fc03def4639703061ea583c1be')
package() {