summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c89a5ec2efa..473dfad59cd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Sep 21 20:23:10 UTC 2017
+# Tue Dec 5 19:33:31 UTC 2017
pkgbase = checkstyle-bin
pkgdesc = A tool for helping programmers write Java code that adheres to a coding standard
- pkgver = 8.2
+ pkgver = 8.5
pkgrel = 1
url = http://checkstyle.sourceforge.net
arch = any
@@ -10,9 +10,9 @@ pkgbase = checkstyle-bin
depends = java-runtime>=8
provides = checkstyle
conflicts = checkstyle
- source = https://sourceforge.net/projects/checkstyle/files/checkstyle/8.2/checkstyle-8.2-bin.tar.gz/download
+ source = https://sourceforge.net/projects/checkstyle/files/checkstyle/8.5/checkstyle-8.5-bin.tar.gz/download
source = checkstyle
- md5sums = 1a61a8dd39e8886fe59ec350686a033f
+ md5sums = 5ace016b0fd22b6cd86b06119f648815
md5sums = 74f9c7a1d6ceaece01a0035158338849
pkgname = checkstyle-bin
diff --git a/PKGBUILD b/PKGBUILD
index 837bd3ee88e9..c305b3201e76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=checkstyle
pkgname='checkstyle-bin'
-pkgver='8.2'
+pkgver='8.5'
pkgrel=1
pkgdesc='A tool for helping programmers write Java code that adheres to a coding standard'
arch=('any')
@@ -16,7 +16,7 @@ url='http://checkstyle.sourceforge.net'
source=(
"https://sourceforge.net/projects/checkstyle/files/checkstyle/${pkgver}/${_basename}-${pkgver}-bin.tar.gz/download"
'checkstyle')
-md5sums=('1a61a8dd39e8886fe59ec350686a033f'
+md5sums=('5ace016b0fd22b6cd86b06119f648815'
'74f9c7a1d6ceaece01a0035158338849')
package() {