summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-02-06 17:02:06 +0100
committerMarcin Wieczorek2018-02-06 17:02:06 +0100
commitfabb90a2fbcf3f7b2a203ff50695e25519b423bc (patch)
treeb1df6ee433042918542de005ae21dc7400418ef7
parentcb5ae7c96186702b2f38105c64909d65b8ddbdf3 (diff)
downloadaur-fabb90a2fbcf3f7b2a203ff50695e25519b423bc.tar.gz
Version 8.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a525764895d..ea09314f734e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = checkstyle
pkgdesc = A tool to help programmers write Java code that adheres to a coding standard
- pkgver = 8.7
+ pkgver = 8.8
pkgrel = 1
url = http://checkstyle.sourceforge.net
arch = any
@@ -8,9 +8,9 @@ pkgbase = checkstyle
makedepends = maven
makedepends = java-environment>=8
depends = java-runtime>=8
- source = https://github.com/checkstyle/checkstyle/archive/checkstyle-8.7.tar.gz
+ source = https://github.com/checkstyle/checkstyle/archive/checkstyle-8.8.tar.gz
source = checkstyle
- sha256sums = cae7ec74acc8b538a5bd83e990bbcdc95f5fdac94222a5c145a1106a17b50c23
+ sha256sums = 2b41812664e7374948fc3b35faef259f3af5f2442278175c332b04729bfd84d5
sha256sums = 5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234
pkgname = checkstyle
diff --git a/PKGBUILD b/PKGBUILD
index ce2f6f0f1cf1..b0227f7ad992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=8.7
+pkgver=8.8
pkgrel=1
pkgdesc='A tool to help programmers write Java code that adheres to a coding standard'
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('maven' 'java-environment>=8')
url='http://checkstyle.sourceforge.net'
source=("https://github.com/checkstyle/checkstyle/archive/checkstyle-${pkgver}.tar.gz"
'checkstyle')
-sha256sums=('cae7ec74acc8b538a5bd83e990bbcdc95f5fdac94222a5c145a1106a17b50c23'
+sha256sums=('2b41812664e7374948fc3b35faef259f3af5f2442278175c332b04729bfd84d5'
'5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234')
build() {