summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-08-03 10:50:50 +0200
committersanduhrs2021-08-03 10:50:50 +0200
commit36738b0f0ba531fcbe88d047ace798f7e98e4987 (patch)
tree26c664c25a84af6afba68cedd0bd975b592fdc93
parent3cfc9a7149200233fc4acc4d1eaa49017190fcde (diff)
downloadaur-36738b0f0ba531fcbe88d047ace798f7e98e4987.tar.gz
Update to upstream version 2.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0cc4477ac8b..5f74bf39a150 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pdepend
pkgdesc = A tool for PHP software metrics
- pkgver = 2.6.0
+ pkgver = 2.6.1
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.0/pdepend.phar
- source = https://raw.githubusercontent.com/pdepend/pdepend/2.6.0/LICENSE
+ 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 = pdepend.install
sha512sums = f8b0b878e0a349ddf45926c9832345c6db4412bfb650f248b068f914a5c48e92392e25b6944e039b6c0616364acfb2858fcd9b63c6ea687e0777d0d9cccf3eef
sha512sums = 9772652fd67993b6e75b65d3d368210d44058ebd2d78bfca6d3b189ffeaf14d8de56ab1b8e59f7e0e2b4e0ddcdce5bb102100efdb6cce70bfe32229746fae436
diff --git a/PKGBUILD b/PKGBUILD
index 80647d998b86..5ce93efaad7f 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.0
+pkgver=2.6.1
pkgrel=1
pkgdesc="A tool for PHP software metrics"
url="http://pdepend.org/"