summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2023-05-24 17:21:04 +0200
committerStefan Auditor2023-05-24 17:21:04 +0200
commitc45066fd1fb8e7229ff5508af2e2469480697682 (patch)
tree3af69f9cde5afb0f85682e776e20347d3f9b7f4f
parent341d35a314138252fc77143ab7a0043e0daa47aa (diff)
downloadaur-c45066fd1fb8e7229ff5508af2e2469480697682.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 00964001af53..bef2e20001bd 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.12.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.12.0.phar::https://github.com/phpmd/phpmd/releases/download/2.12.0/phpmd.phar
+ source = phpmd-2.13.0.phar::https://github.com/phpmd/phpmd/releases/download/2.13.0/phpmd.phar
source = LICENSE
sha256sums = 5d16d2571ed029ce94a8dfcec2f50a280f9c896a1454eb93014474841861aa01
sha256sums = faad499ee7fe2e75e18565c6b6b5cf43a3dc97a6eebffbfa5840d9205339fa9b
diff --git a/PKGBUILD b/PKGBUILD
index 69c6a292d5fa..ac4ad91b9c19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/jojosch/pkgbuilds
pkgname="phpmd"
-pkgver=2.12.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/"