summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d50f59198c5..c90be6f682c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=8.36
+pkgver=8.36.1
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=('7f8e543e7947daa0febe2e73f75c671e3ae39ce5468c0a59f0ed5a545e9a9144'
+sha256sums=('173ef2735b2f4cf388314d22ed06ded4f0b536a4ab46768ad981b676be91f0cf'
'5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234')
build() {