summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2022-04-22 23:21:32 +0200
committersanduhrs2022-04-22 23:21:32 +0200
commit9fd932ec95e84af769309918d3f235989fe43732 (patch)
tree7e04d28f9dc4e22284ffa961453d8fb83e271fc0
parentc27e1e700075522361e228a28d2c031ccb0a179a (diff)
downloadaur-9fd932ec95e84af769309918d3f235989fe43732.tar.gz
Update to upstream version 2.10.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60506853db78..a9a816b3ec3b 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.10.1
+ pkgver = 2.10.2
pkgrel = 1
url = http://phpmd.org/
install = phpmd.install
arch = any
license = BSD
depends = php>=5.3.9
- source = phpmd-2.10.1.phar::https://github.com/phpmd/phpmd/releases/download/2.10.1/phpmd.phar
+ source = phpmd-2.10.2.phar::https://github.com/phpmd/phpmd/releases/download/2.10.2/phpmd.phar
source = LICENSE
- sha256sums = c516e4a90c72ccf8170dcc806621c0f0a7ed553b8853aca085e7c38d2e187e61
+ sha256sums = 5d16d2571ed029ce94a8dfcec2f50a280f9c896a1454eb93014474841861aa01
sha256sums = faad499ee7fe2e75e18565c6b6b5cf43a3dc97a6eebffbfa5840d9205339fa9b
pkgname = phpmd
diff --git a/PKGBUILD b/PKGBUILD
index 28d122c24775..1cdb80f75807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/jojosch/pkgbuilds
pkgname="phpmd"
-pkgver=2.10.1
+pkgver=2.10.2
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=('c516e4a90c72ccf8170dcc806621c0f0a7ed553b8853aca085e7c38d2e187e61'
+sha256sums=('5d16d2571ed029ce94a8dfcec2f50a280f9c896a1454eb93014474841861aa01'
'faad499ee7fe2e75e18565c6b6b5cf43a3dc97a6eebffbfa5840d9205339fa9b')
package() {