summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2021-02-03 16:23:50 +0100
committerMarcin Wieczorek2021-02-03 16:23:50 +0100
commit425a2a4288fe59d1820e0b53d4f8854135c5beaa (patch)
treeeb1703ce5180212b90b85401504eabfff2c08807
parent1b3824fae86449ea50d68867c4d24b3325af6158 (diff)
downloadaur-425a2a4288fe59d1820e0b53d4f8854135c5beaa.tar.gz
Version 8.40
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8134379d6b07..cc871f9b9abc 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.37
+ pkgver = 8.40
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.37.tar.gz
+ source = https://github.com/checkstyle/checkstyle/archive/checkstyle-8.40.tar.gz
source = checkstyle
- sha256sums = 29479f20afa8ae3fa56da28afa3b89f7a69b4dfd629d61d017708dc7a2923af7
+ sha256sums = 44a15654e7a723d24353688e2e9e6db2a8e65d5199f315d1cc389b346681eaef
sha256sums = 5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234
pkgname = checkstyle
diff --git a/PKGBUILD b/PKGBUILD
index 8691a5392234..7dd6a75e5657 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=8.37
+pkgver=8.40
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=('29479f20afa8ae3fa56da28afa3b89f7a69b4dfd629d61d017708dc7a2923af7'
+sha256sums=('44a15654e7a723d24353688e2e9e6db2a8e65d5199f315d1cc389b346681eaef'
'5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234')
build() {