summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2022-06-12 10:52:44 +0200
committersanduhrs2022-06-12 10:52:44 +0200
commit58befb81960e419996f2f5019f8ef2825839c18a (patch)
treee7db083fd6950a77acd3100cae8b2b988f4a8e81
parentf399ae69bc57bad917fbcffab4c66c41abf37752 (diff)
downloadaur-58befb81960e419996f2f5019f8ef2825839c18a.tar.gz
Update to upstream version 7.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6070d31db57a..f349be5d2a5c 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.2
+ pkgver = 7.0.0
pkgrel = 1
url = https://github.com/sebastianbergmann/phploc
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phploc-6.0.2.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phploc/6.0.2/LICENSE
- sha512sums = 71705539391e85f4540c3e3c453d0b02ce01dbb51f74d3fd343be005e14ed8f46483b413bf80159a33e462cf06254be6bf4a83e2a75455c575456e86d004801e
+ source = https://phar.phpunit.de/phploc-7.0.0.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phploc/7.0.0/LICENSE
+ sha512sums = e159d8335aee997f0b94464434a225c944ccf23ddb591c1557d364c6dbdfcd2b8bba5d77b67410a9672ebf02a9119895932ae4edb2b0143f1f8ac1f71699dc45
sha512sums = 01b3d9272d9677c3f3a90d8eeb1409909d6ea48d87430c98a78b2ddd2f1949888a9de80bc210fcc98420d0dcfa11ca1a0bd0a8fc03def4639703061ea583c1be
pkgname = phploc
diff --git a/PKGBUILD b/PKGBUILD
index 33a73a0952ac..018cf4f2b08f 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.2
+pkgver=7.0.0
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=('71705539391e85f4540c3e3c453d0b02ce01dbb51f74d3fd343be005e14ed8f46483b413bf80159a33e462cf06254be6bf4a83e2a75455c575456e86d004801e'
+sha512sums=('e159d8335aee997f0b94464434a225c944ccf23ddb591c1557d364c6dbdfcd2b8bba5d77b67410a9672ebf02a9119895932ae4edb2b0143f1f8ac1f71699dc45'
'01b3d9272d9677c3f3a90d8eeb1409909d6ea48d87430c98a78b2ddd2f1949888a9de80bc210fcc98420d0dcfa11ca1a0bd0a8fc03def4639703061ea583c1be')
package() {