summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74b6c6b866fa..053c3b1d2e0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Tue Mar 8 14:49:22 UTC 2016
+# Wed Mar 9 07:09:42 UTC 2016
pkgbase = phpmd
pkgdesc = Takes a given PHP source code base and look for several potential problems within that source.
- pkgver = 2.3.3
+ pkgver = 2.4.1
pkgrel = 1
url = http://phpmd.org/
install = phpmd.install
arch = any
license = BSD
depends = php>=5.3.0
- source = phpmd-2.3.3.phar::http://static.phpmd.org/php/2.3.3/phpmd.phar
+ source = phpmd-2.4.1.phar::http://static.phpmd.org/php/2.4.1/phpmd.phar
source = LICENSE
- sha256sums = 5d4d988c76012795624c5c355e8527eb85fdddaccc1986f25b37956d6884281f
+ sha256sums = b6a813de07257f992fb69df979d7b5adec53ad15aaa8ca88a5c7aa98130f7538
sha256sums = faad499ee7fe2e75e18565c6b6b5cf43a3dc97a6eebffbfa5840d9205339fa9b
pkgname = phpmd
diff --git a/PKGBUILD b/PKGBUILD
index c76d279bcb91..b71c9d939bc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/jojosch/pkgbuilds
pkgname="phpmd"
-pkgver=2.3.3
+pkgver=2.4.1
pkgrel=1
pkgdesc="Takes a given PHP source code base and look for several potential problems within that source."
url="http://phpmd.org/"
@@ -15,7 +15,7 @@ source=(
)
install="${pkgname}.install"
sha256sums=(
- "5d4d988c76012795624c5c355e8527eb85fdddaccc1986f25b37956d6884281f"
+ "b6a813de07257f992fb69df979d7b5adec53ad15aaa8ca88a5c7aa98130f7538"
"faad499ee7fe2e75e18565c6b6b5cf43a3dc97a6eebffbfa5840d9205339fa9b"
)