summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2023-05-24 17:20:59 +0200
committerStefan Auditor2023-05-24 17:20:59 +0200
commit341d35a314138252fc77143ab7a0043e0daa47aa (patch)
tree7b8d2ea3a0addcbcf1ac188e15e2fdc15170bb8e
parent7716c479f72e20fc47fb6b1942a805f4e55fc234 (diff)
downloadaur-341d35a314138252fc77143ab7a0043e0daa47aa.tar.gz
Update to new version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ae4705485ac..00964001af53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = phpmd
pkgdesc = Takes a given PHP source code base and look for several potential problems within that source.
- pkgver = 2.11.1
+ pkgver = 2.12.0
pkgrel = 1
url = http://phpmd.org/
install = phpmd.install
arch = any
license = BSD
depends = php>=5.3.9
- source = phpmd-2.11.1.phar::https://github.com/phpmd/phpmd/releases/download/2.11.1/phpmd.phar
+ source = phpmd-2.12.0.phar::https://github.com/phpmd/phpmd/releases/download/2.12.0/phpmd.phar
source = LICENSE
sha256sums = 5d16d2571ed029ce94a8dfcec2f50a280f9c896a1454eb93014474841861aa01
sha256sums = faad499ee7fe2e75e18565c6b6b5cf43a3dc97a6eebffbfa5840d9205339fa9b
diff --git a/PKGBUILD b/PKGBUILD
index 6dd192bd1c4b..69c6a292d5fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/jojosch/pkgbuilds
pkgname="phpmd"
-pkgver=2.11.1
+pkgver=2.12.0
pkgrel=1
pkgdesc="Takes a given PHP source code base and look for several potential problems within that source."
url="http://phpmd.org/"