summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcin Wieczorek2022-11-21 13:54:03 +0100
committerMarcin Wieczorek2022-11-21 13:54:03 +0100
commit15f6c80ba1c2f31e4cfd185f264e512ad6d12616 (patch)
tree612d0554389ae9cfbbc230629b7ef0e6d4ca05db /PKGBUILD
parent55c9715e1429f0ae6ab9ff383b9fb591251045d7 (diff)
downloadaur-checkstyle.tar.gz
Version 10.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 512e1f3ed80e..adbfc30d4c17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=10.3.3
+pkgver=10.4
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=('06d7fc5a6eeede2fe7af224289a0aebbdc4f718c0dd0a6b65ed264b113d9b107'
+sha256sums=('801e206968d03a53b9276d0af70db501a297a17f779ceb89ac0973b166c0e7c3'
'5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234')
build() {