summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eff8f6b4da0d..8c335c754ed8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by makepkg 4.2.1
-# Sun Mar 29 19:38:39 UTC 2015
pkgbase = phpmd
pkgdesc = Takes a given PHP source code base and look for several potential problems within that source.
- pkgver = 2.2.2
+ pkgver = 2.2.3
pkgrel = 1
url = http://phpmd.org/
install = phpmd.install
arch = any
license = BSD
depends = php>=5.3.0
- source = phpmd-2.2.2.phar::http://static.phpmd.org/php/2.2.2/phpmd.phar
+ source = phpmd-2.2.3.phar::http://static.phpmd.org/php/2.2.3/phpmd.phar
source = LICENSE
- sha256sums = 381e35943052e6de7809c5cf6ffdd9f9f3289de9755c2e00f8e1c35d091e88fc
+ sha256sums = 5cd9d4754a0d2c41a403afe6b7b75e6994d90f8e8df3600a200398dd4271a31b
sha256sums = faad499ee7fe2e75e18565c6b6b5cf43a3dc97a6eebffbfa5840d9205339fa9b
pkgname = phpmd
diff --git a/PKGBUILD b/PKGBUILD
index 84db2b925eab..556fb5841042 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/jojosch/pkgbuilds
pkgname="phpmd"
-pkgver=2.2.2
+pkgver=2.2.3
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=(
- "381e35943052e6de7809c5cf6ffdd9f9f3289de9755c2e00f8e1c35d091e88fc"
+ "5cd9d4754a0d2c41a403afe6b7b75e6994d90f8e8df3600a200398dd4271a31b"
"faad499ee7fe2e75e18565c6b6b5cf43a3dc97a6eebffbfa5840d9205339fa9b"
)