summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaimar Bühmann2015-12-04 23:18:49 +0100
committerRaimar Bühmann2015-12-04 23:19:29 +0100
commit3f3e8c968bcc9cede51548f0f156db728785f262 (patch)
tree86a1935395453f2d14a9b8b701310f45cc67a320
parent8b4b2624146b61721fa570aafe01ead26202d2d7 (diff)
downloadaur-3f3e8c968bcc9cede51548f0f156db728785f262.tar.gz
update to 4.0.9
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24a5943f9a7b..ea460fda2d3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eclipse-pmd
pkgdesc = PMD static source code analysis (Java, XML, ...) plugin for Eclipse IDE
- pkgver = 4.0.8
- pkgrel = 2
+ pkgver = 4.0.9
+ pkgrel = 1
url = http://pmd.sourceforge.net/
arch = any
license = BSD
@@ -11,11 +11,11 @@ pkgbase = eclipse-pmd
noextract = plugin.jar
noextract = license.txt
options = !strip
- source = feature.jar::http://downloads.sourceforge.net/project/pmd/pmd-eclipse/update-site-latest/features/net.sourceforge.pmd.eclipse_4.0.8.v20151003-1954.jar
- source = plugin.jar::http://downloads.sourceforge.net/project/pmd/pmd-eclipse/update-site-latest/plugins/net.sourceforge.pmd.eclipse.plugin_4.0.8.v20151003-1954.jar
+ source = feature.jar::http://downloads.sourceforge.net/project/pmd/pmd-eclipse/update-site-latest/features/net.sourceforge.pmd.eclipse_4.0.9.v20151204-2212.jar
+ source = plugin.jar::http://downloads.sourceforge.net/project/pmd/pmd-eclipse/update-site-latest/plugins/net.sourceforge.pmd.eclipse.plugin_4.0.9.v20151204-2212.jar
source = license.txt::http://sourceforge.net/p/pmd/code/ci/master/tree/LICENSE?format=raw
- sha256sums = dadd49ecfe5832f91293b20bdb747506aa6d2330a7fbc802819c7049598e4c77
- sha256sums = a40c8a27d0ba07619b1e0693634ec7465b1c760135b4f9807b7a8a8959f0faf0
+ sha256sums = 7b757da0ad7e37bc4d2a2cf7003928af354d8f183f4544c76bcb6b5757dba076
+ sha256sums = cceb3f497a80341b0c1d1b615220f1862b82424dbc44b3689f1f124570006712
sha256sums = bc61ca15a6e980814d4183a0d37713179a682a8376fe4304c0d99792af62025c
pkgname = eclipse-pmd
diff --git a/PKGBUILD b/PKGBUILD
index 3735031d3371..41fb674f7183 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
#Maintainer: Raimar Buehmann <raimar _at_ buehmann _dot_ de>
pkgname=eclipse-pmd
-pkgver=4.0.8
-_buildtime=v20151003-1954
-pkgrel=2
+pkgver=4.0.9
+_buildtime=v20151204-2212
+pkgrel=1
pkgdesc='PMD static source code analysis (Java, XML, ...) plugin for Eclipse IDE'
arch=('any')
url='http://pmd.sourceforge.net/'
@@ -16,8 +16,8 @@ source=(
"license.txt::http://sourceforge.net/p/pmd/code/ci/master/tree/LICENSE?format=raw"
)
noextract=(feature.jar plugin.jar license.txt)
-sha256sums=('dadd49ecfe5832f91293b20bdb747506aa6d2330a7fbc802819c7049598e4c77'
- 'a40c8a27d0ba07619b1e0693634ec7465b1c760135b4f9807b7a8a8959f0faf0'
+sha256sums=('7b757da0ad7e37bc4d2a2cf7003928af354d8f183f4544c76bcb6b5757dba076'
+ 'cceb3f497a80341b0c1d1b615220f1862b82424dbc44b3689f1f124570006712'
'bc61ca15a6e980814d4183a0d37713179a682a8376fe4304c0d99792af62025c')
package() {