summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-03-15 00:09:33 +0100
committerMarcin Wieczorek2017-03-15 00:09:33 +0100
commit2a44a6b592b7bfc4e4645582fffc7f427bdb05c9 (patch)
tree88af14f6f9cd56eec26bfcf7a70c7cc5230a9a7f
parent338c0a4c827c8791b4349acb5c43f49a8f09d6ff (diff)
downloadaur-2a44a6b592b7bfc4e4645582fffc7f427bdb05c9.tar.gz
Version 7.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7b646aa12f7..c4734a061b04 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 = 7.2
+ pkgver = 7.6
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-7.2.tar.gz
+ source = https://github.com/checkstyle/checkstyle/archive/checkstyle-7.6.tar.gz
source = checkstyle
- sha256sums = 8f5c262a3f2e1194b60d6b837b8eefbe6fe63fba57be4acb20f0709919870523
+ sha256sums = dd68564b42349bf4f49af87f9ad4579850d8ebb03a822dacdcf3fd576065c9c2
sha256sums = fd16398cd50d9e066c0fcd496c50132ba054706a2bc2e8260f1111f78324edc7
pkgname = checkstyle
diff --git a/PKGBUILD b/PKGBUILD
index ae982f8128fb..a8122fa32cb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=7.2
+pkgver=7.6
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=('8f5c262a3f2e1194b60d6b837b8eefbe6fe63fba57be4acb20f0709919870523'
+sha256sums=('dd68564b42349bf4f49af87f9ad4579850d8ebb03a822dacdcf3fd576065c9c2'
'fd16398cd50d9e066c0fcd496c50132ba054706a2bc2e8260f1111f78324edc7')
build() {