summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-08-03 10:51:14 +0200
committersanduhrs2021-08-03 10:51:14 +0200
commita45b62da88618441dcadf02ed63b37ed675ddeaf (patch)
tree79e8bb93a9fb190bbf9279da87c97f3f676261dc
parent36738b0f0ba531fcbe88d047ace798f7e98e4987 (diff)
downloadaur-a45b62da88618441dcadf02ed63b37ed675ddeaf.tar.gz
Update to upstream version 2.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f74bf39a150..32af0bb98fe5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pdepend
pkgdesc = A tool for PHP software metrics
- pkgver = 2.6.1
+ pkgver = 2.7.0
pkgrel = 1
url = http://pdepend.org/
install = pdepend.install
arch = any
license = BSD
depends = php
- source = https://github.com/pdepend/pdepend/releases/download/2.6.1/pdepend.phar
- source = https://raw.githubusercontent.com/pdepend/pdepend/2.6.1/LICENSE
+ source = https://github.com/pdepend/pdepend/releases/download/2.7.0/pdepend.phar
+ source = https://raw.githubusercontent.com/pdepend/pdepend/2.7.0/LICENSE
source = pdepend.install
sha512sums = f8b0b878e0a349ddf45926c9832345c6db4412bfb650f248b068f914a5c48e92392e25b6944e039b6c0616364acfb2858fcd9b63c6ea687e0777d0d9cccf3eef
sha512sums = 9772652fd67993b6e75b65d3d368210d44058ebd2d78bfca6d3b189ffeaf14d8de56ab1b8e59f7e0e2b4e0ddcdce5bb102100efdb6cce70bfe32229746fae436
diff --git a/PKGBUILD b/PKGBUILD
index 5ce93efaad7f..3f1cab39d7c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/sanduhrs/arch-aur-pdepend
pkgname=pdepend
-pkgver=2.6.1
+pkgver=2.7.0
pkgrel=1
pkgdesc="A tool for PHP software metrics"
url="http://pdepend.org/"