summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2020-04-29 07:49:11 +0200
committerMarcin Wieczorek2020-04-29 07:49:11 +0200
commit4d22ab3372b854e11bf63e82c5928a8b8ce181c8 (patch)
tree76d50fcc81ad15be26275e2b607ee790087d2796
parent48b9c361dd934e262acc92a2a6146545e9c513f4 (diff)
downloadaur-4d22ab3372b854e11bf63e82c5928a8b8ce181c8.tar.gz
Version 8.32
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e641b24e11b..121de5e8285b 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.31
+ pkgver = 8.32
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.31.tar.gz
+ source = https://github.com/checkstyle/checkstyle/archive/checkstyle-8.32.tar.gz
source = checkstyle
- sha256sums = d0becc0dbce52f77f91eed3f45efb641498c93e1fd6b15d97486cfa75170529d
+ sha256sums = 8c869f43e1aa7dd7513450230aca12a9573cf3d609a76440b333a2c306bd4574
sha256sums = 5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234
pkgname = checkstyle
diff --git a/PKGBUILD b/PKGBUILD
index f5ce76ce7237..2c9888c2467f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=8.31
+pkgver=8.32
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=('d0becc0dbce52f77f91eed3f45efb641498c93e1fd6b15d97486cfa75170529d'
+sha256sums=('8c869f43e1aa7dd7513450230aca12a9573cf3d609a76440b333a2c306bd4574'
'5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234')
build() {