summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2016-10-30 16:50:22 +0100
committerMarcin Wieczorek2016-10-30 16:50:22 +0100
commit338c0a4c827c8791b4349acb5c43f49a8f09d6ff (patch)
treeffe98e4a876b13dfcab2f57d5e62f7223ea70b43
parent4be52bc6418bfe5316ed8bcc9ae39faf7b4138be (diff)
downloadaur-338c0a4c827c8791b4349acb5c43f49a8f09d6ff.tar.gz
Version 7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d96e57557317..e7b646aa12f7 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.1.2
+ pkgver = 7.2
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.1.2.tar.gz
+ source = https://github.com/checkstyle/checkstyle/archive/checkstyle-7.2.tar.gz
source = checkstyle
- sha256sums = 12fc9ff42ed74fc69af67e9a663a1baa455df16030648d83af67b4553ceee25b
+ sha256sums = 8f5c262a3f2e1194b60d6b837b8eefbe6fe63fba57be4acb20f0709919870523
sha256sums = fd16398cd50d9e066c0fcd496c50132ba054706a2bc2e8260f1111f78324edc7
pkgname = checkstyle
diff --git a/PKGBUILD b/PKGBUILD
index ba6493fbcb7e..ae982f8128fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaime Gil de Sagredo <jaimegildesagredo@gmail.com>
pkgname=checkstyle
-pkgver=7.1.2
+pkgver=7.2
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=('12fc9ff42ed74fc69af67e9a663a1baa455df16030648d83af67b4553ceee25b'
+sha256sums=('8f5c262a3f2e1194b60d6b837b8eefbe6fe63fba57be4acb20f0709919870523'
'fd16398cd50d9e066c0fcd496c50132ba054706a2bc2e8260f1111f78324edc7')
build() {