summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2020-01-29 12:20:26 +0100
committerMarcin Wieczorek2020-01-29 12:20:26 +0100
commit6a11dea8b674c8813fa9f86dacb5dd99e72b57fb (patch)
tree9e0f6a193e0d8d89087d2545e278c735db7d3ac0
parent17f82c7cc5688889e0f5d13a59520cc63adaec74 (diff)
downloadaur-6a11dea8b674c8813fa9f86dacb5dd99e72b57fb.tar.gz
Version 8.29
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64652f44e258..5ef89c5daa61 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.28
+ pkgver = 8.29
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.28.tar.gz
+ source = https://github.com/checkstyle/checkstyle/archive/checkstyle-8.29.tar.gz
source = checkstyle
- sha256sums = 649245cd9b28dcad8f4dc07d30eb7db13f22376dae8e421a8272d65fb4c367ea
+ sha256sums = 61f2f067b10598c67308acd9444d8997e2194dd5a0cef3269d99b099bcbc1b70
sha256sums = 5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234
pkgname = checkstyle
diff --git a/PKGBUILD b/PKGBUILD
index ae11b7129b56..397324e494cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=8.28
+pkgver=8.29
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=('649245cd9b28dcad8f4dc07d30eb7db13f22376dae8e421a8272d65fb4c367ea'
+sha256sums=('61f2f067b10598c67308acd9444d8997e2194dd5a0cef3269d99b099bcbc1b70'
'5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234')
build() {