summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2020-11-02 12:42:41 +0100
committerMarcin Wieczorek2020-11-02 12:42:41 +0100
commit1b3824fae86449ea50d68867c4d24b3325af6158 (patch)
treee3b35f012856782bc698aa658a39bdc86c72ac6a
parent075542010baeae585d1308faacc0a16349fc9cf3 (diff)
downloadaur-1b3824fae86449ea50d68867c4d24b3325af6158.tar.gz
Version 8.37
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30ac29fd4759..8134379d6b07 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.36.2
+ pkgver = 8.37
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.36.2.tar.gz
+ source = https://github.com/checkstyle/checkstyle/archive/checkstyle-8.37.tar.gz
source = checkstyle
- sha256sums = d19c150384e3829137f5ac869611ac881ae3f77819146d2eea89fdb6bf84a025
+ sha256sums = 29479f20afa8ae3fa56da28afa3b89f7a69b4dfd629d61d017708dc7a2923af7
sha256sums = 5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234
pkgname = checkstyle
diff --git a/PKGBUILD b/PKGBUILD
index 50fa240c0c1a..8691a5392234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=8.36.2
+pkgver=8.37
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=('d19c150384e3829137f5ac869611ac881ae3f77819146d2eea89fdb6bf84a025'
+sha256sums=('29479f20afa8ae3fa56da28afa3b89f7a69b4dfd629d61d017708dc7a2923af7'
'5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234')
build() {