summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2022-04-22 23:18:39 +0200
committersanduhrs2022-04-22 23:18:39 +0200
commit64143e13fdbd2f18d8f48844f97783e0f775dd47 (patch)
tree35ee5e11eac411b95683f2691a24c9ccf8f7e8bc
parent8b939394ccf94d996e3c1afc20579638a1214749 (diff)
downloadaur-64143e13fdbd2f18d8f48844f97783e0f775dd47.tar.gz
Update to upstream version 2.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2285959b40d3..7b74ba8b8280 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpmd
pkgdesc = Takes a given PHP source code base and look for several potential problems within that source.
- pkgver = 2.8.2
+ pkgver = 2.9.0
pkgrel = 1
url = http://phpmd.org/
install = phpmd.install
arch = any
license = BSD
depends = php>=5.3.9
- source = phpmd-2.8.2.phar::https://github.com/phpmd/phpmd/releases/download/2.8.2/phpmd.phar
+ source = phpmd-2.9.0.phar::https://github.com/phpmd/phpmd/releases/download/2.9.0/phpmd.phar
source = LICENSE
- sha256sums = 0b531cbbc18a26115eede06077d5670e1f4fd0a8545d7fe547adf068fb7f18c5
+ sha256sums = 891bdd366577554ff21208317ce82688bd595586cbdaaa1360e231da6c35568e
sha256sums = faad499ee7fe2e75e18565c6b6b5cf43a3dc97a6eebffbfa5840d9205339fa9b
pkgname = phpmd
diff --git a/PKGBUILD b/PKGBUILD
index 06fb636904cc..99b52a1653bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/jojosch/pkgbuilds
pkgname="phpmd"
-pkgver=2.8.2
+pkgver=2.9.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=('0b531cbbc18a26115eede06077d5670e1f4fd0a8545d7fe547adf068fb7f18c5'
+sha256sums=('891bdd366577554ff21208317ce82688bd595586cbdaaa1360e231da6c35568e'
'faad499ee7fe2e75e18565c6b6b5cf43a3dc97a6eebffbfa5840d9205339fa9b')
package() {