summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de0fe5182f9c..2c5a14a98817 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = phpmd
pkgdesc = Takes a given PHP source code base and look for several potential problems within that source.
- pkgver = 2.8.0
+ pkgver = 2.13.0
pkgrel = 1
url = http://phpmd.org/
install = phpmd.install
arch = any
license = BSD
depends = php>=5.3.9
- source = phpmd-2.8.0.phar::https://github.com/phpmd/phpmd/releases/download/2.8.0/phpmd.phar
+ source = phpmd-2.13.0.phar::https://github.com/phpmd/phpmd/releases/download/2.13.0/phpmd.phar
source = LICENSE
- sha256sums = 6c540887752462579cc9400a5937b003573437f11cf9d75655f9d01ee85888bf
+ sha256sums = 2cd47ba93dca22121eabd58f757546b27bb3cd7378cdefe3b83329b7529efc0d
sha256sums = faad499ee7fe2e75e18565c6b6b5cf43a3dc97a6eebffbfa5840d9205339fa9b
pkgname = phpmd
-
diff --git a/PKGBUILD b/PKGBUILD
index 09043bb2c2c2..bbfc23402ce9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/jojosch/pkgbuilds
pkgname="phpmd"
-pkgver=2.8.0
+pkgver=2.13.0
pkgrel=1
pkgdesc="Takes a given PHP source code base and look for several potential problems within that source."
url="http://phpmd.org/"
@@ -14,7 +14,7 @@ source=(
"LICENSE"
)
install="${pkgname}.install"
-sha256sums=('6c540887752462579cc9400a5937b003573437f11cf9d75655f9d01ee85888bf'
+sha256sums=('2cd47ba93dca22121eabd58f757546b27bb3cd7378cdefe3b83329b7529efc0d'
'faad499ee7fe2e75e18565c6b6b5cf43a3dc97a6eebffbfa5840d9205339fa9b')
package() {