summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-06-08 23:31:55 +0200
committerMarcin Wieczorek2017-06-08 23:31:55 +0200
commitb276ed3b69cf0259849435cc9ccac42c73dd0587 (patch)
tree9f0161150b91bf63f74a6d80c2bf3b7f2449a250
parent13fbac5948cae5e60214d27f0630083473a61ec3 (diff)
downloadaur-b276ed3b69cf0259849435cc9ccac42c73dd0587.tar.gz
Version 7.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d46339382257..fdbf52001843 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.7
+ pkgver = 7.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-7.7.tar.gz
+ source = https://github.com/checkstyle/checkstyle/archive/checkstyle-7.8.1.tar.gz
source = checkstyle
- sha256sums = ffc78d9b7d64d4270b5e962d26196b2cb3696e39eac65d654fc2e0eebe85f52c
+ sha256sums = 9aa789ce5f93987f7b2bfe0571d39996f70364452a2306e93bef11399d3abddd
sha256sums = fd16398cd50d9e066c0fcd496c50132ba054706a2bc2e8260f1111f78324edc7
pkgname = checkstyle
diff --git a/PKGBUILD b/PKGBUILD
index ac1b351b9d14..2a7961a29865 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=7.7
+pkgver=7.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=('ffc78d9b7d64d4270b5e962d26196b2cb3696e39eac65d654fc2e0eebe85f52c'
+sha256sums=('9aa789ce5f93987f7b2bfe0571d39996f70364452a2306e93bef11399d3abddd'
'fd16398cd50d9e066c0fcd496c50132ba054706a2bc2e8260f1111f78324edc7')
build() {