summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaptoxic2017-12-05 14:32:38 -0500
committerkaptoxic2017-12-05 14:32:38 -0500
commit6341cf6a762e9697df8aaa223ac234fb741ff2dc (patch)
treeee677d1c65db411de073046471e8ab2e4b95cad9
parentae320ba620e76a13e4a39e2c7672faad4322b6e0 (diff)
downloadaur-6341cf6a762e9697df8aaa223ac234fb741ff2dc.tar.gz
Bump to new version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d4d07763a33..a59fa2991f2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Sep 21 20:12:48 UTC 2017
+# Tue Dec 5 19:31:44 UTC 2017
pkgbase = checkstyle
pkgdesc = A tool to help 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
license = LGPL2.1
depends = java-runtime>=8
- 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
diff --git a/PKGBUILD b/PKGBUILD
index 04da95bb8e56..f3c71e80c49e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname='checkstyle'
-pkgver='8.2'
+pkgver='8.5'
pkgrel=1
pkgdesc='A tool to help programmers write Java code that adheres to a coding standard'
arch=('any')
@@ -14,7 +14,7 @@ url='http://checkstyle.sourceforge.net'
source=(
"https://sourceforge.net/projects/checkstyle/files/checkstyle/${pkgver}/${pkgname}-${pkgver}-bin.tar.gz/download"
'checkstyle')
-md5sums=('1a61a8dd39e8886fe59ec350686a033f'
+md5sums=('5ace016b0fd22b6cd86b06119f648815'
'74f9c7a1d6ceaece01a0035158338849')
package() {