summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-05-28 01:43:09 +0200
committerMarcin Wieczorek2018-05-28 01:43:09 +0200
commite37d5202545680264b54f709d7409c320d17bc96 (patch)
treee0d38df2a87dd47860c3f7eb47e8683ad7710b7f
parentfabb90a2fbcf3f7b2a203ff50695e25519b423bc (diff)
downloadaur-e37d5202545680264b54f709d7409c320d17bc96.tar.gz
Version 8.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea09314f734e..6ed5f97adb62 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.8
+ pkgver = 8.10.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.8.tar.gz
+ source = https://github.com/checkstyle/checkstyle/archive/checkstyle-8.10.1.tar.gz
source = checkstyle
- sha256sums = 2b41812664e7374948fc3b35faef259f3af5f2442278175c332b04729bfd84d5
+ sha256sums = 277eb94c553dbfcacdffb11ee162a1bb302d23bfda3e173adca55302c50d5b4f
sha256sums = 5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234
pkgname = checkstyle
diff --git a/PKGBUILD b/PKGBUILD
index b0227f7ad992..d583ad4ddaeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=8.8
+pkgver=8.10.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=('2b41812664e7374948fc3b35faef259f3af5f2442278175c332b04729bfd84d5'
+sha256sums=('277eb94c553dbfcacdffb11ee162a1bb302d23bfda3e173adca55302c50d5b4f'
'5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234')
build() {