summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2021-08-11 16:31:48 +0200
committerMarcin Wieczorek2021-08-11 16:31:48 +0200
commita3742da6719fe48b7e39243cd47b16d0e0cf977b (patch)
tree9667de31eee5eb7dbf4e0263a517ca7be359307e
parenta95da2948aec836b97f6d61b006206cae22c8430 (diff)
downloadaur-a3742da6719fe48b7e39243cd47b16d0e0cf977b.tar.gz
Version 8.45.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd7c1ec2c698..ec9ca47f0730 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.44
+ pkgver = 8.45.1
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.44.tar.gz
+ source = https://github.com/checkstyle/checkstyle/archive/checkstyle-8.45.1.tar.gz
source = checkstyle
- sha256sums = 342a0ea656cb35355a0328122a140ce5e6116117e855ca63592bddf8fc187a22
+ sha256sums = d83b242108a5e0b5d99f492a765d3c18c66f40b86c429f2753c621c8213c1765
sha256sums = 5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234
pkgname = checkstyle
diff --git a/PKGBUILD b/PKGBUILD
index 4756aa0aa9e6..d9c17ceb2258 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=8.44
+pkgver=8.45.1
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=('342a0ea656cb35355a0328122a140ce5e6116117e855ca63592bddf8fc187a22'
+sha256sums=('d83b242108a5e0b5d99f492a765d3c18c66f40b86c429f2753c621c8213c1765'
'5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234')
build() {