summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2022-09-19 11:55:37 +0200
committerMarcin Wieczorek2022-09-19 11:55:37 +0200
commit55c9715e1429f0ae6ab9ff383b9fb591251045d7 (patch)
tree04e5d65853055f2f024f892e051e9cd326cde413
parentfc0226f2217ad71180bbd82a1170c87f5c70dbbd (diff)
downloadaur-55c9715e1429f0ae6ab9ff383b9fb591251045d7.tar.gz
Version 10.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be942d672854..741a275afc18 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 = 10.3
+ pkgver = 10.3.3
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-10.3.tar.gz
+ source = https://github.com/checkstyle/checkstyle/archive/checkstyle-10.3.3.tar.gz
source = checkstyle
- sha256sums = 8a651cdcb057e28e5509b1c9ea03ad455540b28bac44de1b2d24a9ae54784c3f
+ sha256sums = 06d7fc5a6eeede2fe7af224289a0aebbdc4f718c0dd0a6b65ed264b113d9b107
sha256sums = 5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234
pkgname = checkstyle
diff --git a/PKGBUILD b/PKGBUILD
index 5453633a797f..512e1f3ed80e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=10.3
+pkgver=10.3.3
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=('8a651cdcb057e28e5509b1c9ea03ad455540b28bac44de1b2d24a9ae54784c3f'
+sha256sums=('06d7fc5a6eeede2fe7af224289a0aebbdc4f718c0dd0a6b65ed264b113d9b107'
'5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234')
build() {