summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2020-07-26 19:15:51 +0200
committerMarcin Wieczorek2020-07-26 19:15:51 +0200
commit2d3dcd57dfc84521a15dede8d63f40d8376ac53f (patch)
tree4cde4d96d5031f0ccc54dbecbef89a24cb50c286
parente67d9f44f07042b3131130c50e8a12f6a3dfb1fe (diff)
downloadaur-2d3dcd57dfc84521a15dede8d63f40d8376ac53f.tar.gz
Version 8.35
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a12ddf6ac37e..e34c319f3086 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.34
+ pkgver = 8.35
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.34.tar.gz
+ source = https://github.com/checkstyle/checkstyle/archive/checkstyle-8.35.tar.gz
source = checkstyle
- sha256sums = e67cec2a10442142b48e63092d5568ab81ea774e802f47204de30f10959e71f6
+ sha256sums = 89e08d0b310360dc32f06a598bd84b48638bf6bc97b3490b300432825e48debb
sha256sums = 5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234
pkgname = checkstyle
diff --git a/PKGBUILD b/PKGBUILD
index f6222ddbe466..561de7cb75f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=8.34
+pkgver=8.35
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=('e67cec2a10442142b48e63092d5568ab81ea774e802f47204de30f10959e71f6'
+sha256sums=('89e08d0b310360dc32f06a598bd84b48638bf6bc97b3490b300432825e48debb'
'5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234')
build() {