summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-04-03 17:13:49 +0200
committerMarcin Wieczorek2017-04-03 17:13:49 +0200
commit0b3c08043d5d86eb8255e44308331b02f098090f (patch)
tree01f6851b2f541d725c81ebde900aa54fff54c9df
parent2a44a6b592b7bfc4e4645582fffc7f427bdb05c9 (diff)
downloadaur-0b3c08043d5d86eb8255e44308331b02f098090f.tar.gz
Version 7.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4734a061b04..e717d502e3ec 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.6
+ pkgver = 7.6.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-7.6.tar.gz
+ source = https://github.com/checkstyle/checkstyle/archive/checkstyle-7.6.1.tar.gz
source = checkstyle
- sha256sums = dd68564b42349bf4f49af87f9ad4579850d8ebb03a822dacdcf3fd576065c9c2
+ sha256sums = 2902cd7d1d2fa1bd910783dac496ef1715f99b7d3625996529c6eca9763da689
sha256sums = fd16398cd50d9e066c0fcd496c50132ba054706a2bc2e8260f1111f78324edc7
pkgname = checkstyle
diff --git a/PKGBUILD b/PKGBUILD
index a8122fa32cb1..95714a4f91d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=7.6
+pkgver=7.6.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=('dd68564b42349bf4f49af87f9ad4579850d8ebb03a822dacdcf3fd576065c9c2'
+sha256sums=('2902cd7d1d2fa1bd910783dac496ef1715f99b7d3625996529c6eca9763da689'
'fd16398cd50d9e066c0fcd496c50132ba054706a2bc2e8260f1111f78324edc7')
build() {