summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-07-25 14:40:19 +0200
committerMarcin Wieczorek2017-07-25 14:40:19 +0200
commitdaef55dcc0964b0ad7dff5344fcfd0cfb9a4f29a (patch)
treeec934f997d6cd3ad74936c9087b0b70d549f487c
parent327916fe46395118837b456698d399e4d2ce069b (diff)
downloadaur-daef55dcc0964b0ad7dff5344fcfd0cfb9a4f29a.tar.gz
Version 8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90b9030894fc..c9c5a377d73a 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.0
+ pkgver = 8.1
pkgrel = 1
url = https://github.com/checkstyle/checkstyle
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.0.tar.gz
+ source = https://github.com/checkstyle/checkstyle/archive/checkstyle-8.1.tar.gz
source = checkstyle
- sha256sums = af4c6754e64d33efc4759630712444fc957a43da6b8f800b53ed39bfed2b1224
+ sha256sums = 47f5d82b577a63b2a458cc6a5f03bb6c6d4d6c21cdb332ba2fa49182b12aeed0
sha256sums = fd16398cd50d9e066c0fcd496c50132ba054706a2bc2e8260f1111f78324edc7
pkgname = checkstyle
diff --git a/PKGBUILD b/PKGBUILD
index 39c8db19f64e..196f432310a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=8.0
+pkgver=8.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='https://github.com/checkstyle/checkstyle'
source=("${url}/archive/checkstyle-${pkgver}.tar.gz"
'checkstyle')
-sha256sums=('af4c6754e64d33efc4759630712444fc957a43da6b8f800b53ed39bfed2b1224'
+sha256sums=('47f5d82b577a63b2a458cc6a5f03bb6c6d4d6c21cdb332ba2fa49182b12aeed0'
'fd16398cd50d9e066c0fcd496c50132ba054706a2bc2e8260f1111f78324edc7')
build() {