summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2022-06-10 12:50:16 +0200
committerMarcin Wieczorek2022-06-10 12:50:16 +0200
commitfc0226f2217ad71180bbd82a1170c87f5c70dbbd (patch)
tree1f3ba9a13f68705238f79475a7c5302b0d7679d7
parentdbcf6a5211a53dd8558999aa5f546f0f7b22d3a7 (diff)
downloadaur-fc0226f2217ad71180bbd82a1170c87f5c70dbbd.tar.gz
Version 10.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c93c8fa4a4e..be942d672854 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 = 9.3
+ pkgver = 10.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-9.3.tar.gz
+ source = https://github.com/checkstyle/checkstyle/archive/checkstyle-10.3.tar.gz
source = checkstyle
- sha256sums = 2823e4dfffb119a9d9182533159ac58d18803e08f2f52f800ea7292629e6e653
+ sha256sums = 8a651cdcb057e28e5509b1c9ea03ad455540b28bac44de1b2d24a9ae54784c3f
sha256sums = 5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234
pkgname = checkstyle
diff --git a/PKGBUILD b/PKGBUILD
index 0d417e5f0251..5453633a797f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=9.3
+pkgver=10.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=('2823e4dfffb119a9d9182533159ac58d18803e08f2f52f800ea7292629e6e653'
+sha256sums=('8a651cdcb057e28e5509b1c9ea03ad455540b28bac44de1b2d24a9ae54784c3f'
'5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234')
build() {