summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2021-05-04 15:14:04 +0200
committerMarcin Wieczorek2021-05-04 15:14:04 +0200
commit4ee9b7f88f3192a7332f1e75553bbcfaacf5c4af (patch)
treeb903a2db1214661e06bb621684469b386d97bae5
parent30a7d1f7de8e9a9e1c340e4aaaae83cb058bcbf4 (diff)
downloadaur-4ee9b7f88f3192a7332f1e75553bbcfaacf5c4af.tar.gz
Version 8.42
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10c2169c5ccf..99c63342a780 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 = 8.41.1
+ pkgver = 8.42
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-8.41.1.tar.gz
+ source = https://github.com/checkstyle/checkstyle/archive/checkstyle-8.42.tar.gz
source = checkstyle
- sha256sums = ced1936d33c2ed33a632477fae1f1539294c7828d8685b6832a2d30fcfba22fe
+ sha256sums = a8cf52c3f890f3f06d4737cd71a31e971dd4b4b62d0b8827d9dab90870531aa4
sha256sums = 5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234
pkgname = checkstyle
diff --git a/PKGBUILD b/PKGBUILD
index 7a0c60488a81..485830b07daa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=8.41.1
+pkgver=8.42
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=('ced1936d33c2ed33a632477fae1f1539294c7828d8685b6832a2d30fcfba22fe'
+sha256sums=('a8cf52c3f890f3f06d4737cd71a31e971dd4b4b62d0b8827d9dab90870531aa4'
'5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234')
build() {