summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2022-02-04 10:28:53 +0100
committerMarcin Wieczorek2022-02-04 10:28:53 +0100
commitdbcf6a5211a53dd8558999aa5f546f0f7b22d3a7 (patch)
tree9cd9aeaf593e5a36fa56f8d3c64a807cfee9b860
parent6ace23fc9a208f76325ba6618029574fad641945 (diff)
downloadaur-dbcf6a5211a53dd8558999aa5f546f0f7b22d3a7.tar.gz
Version 9.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfe8f506a5bc..2c93c8fa4a4e 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.2.1
+ pkgver = 9.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.2.1.tar.gz
+ source = https://github.com/checkstyle/checkstyle/archive/checkstyle-9.3.tar.gz
source = checkstyle
- sha256sums = 21d05dff8f9ab73a42107332d73a8acf389118d390046c1072dfa846c43c2e59
+ sha256sums = 2823e4dfffb119a9d9182533159ac58d18803e08f2f52f800ea7292629e6e653
sha256sums = 5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234
pkgname = checkstyle
diff --git a/PKGBUILD b/PKGBUILD
index 5fbbef623e3b..0d417e5f0251 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=9.2.1
+pkgver=9.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=('21d05dff8f9ab73a42107332d73a8acf389118d390046c1072dfa846c43c2e59'
+sha256sums=('2823e4dfffb119a9d9182533159ac58d18803e08f2f52f800ea7292629e6e653'
'5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234')
build() {