summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse Jaara2019-03-21 15:02:15 +0200
committerJesse Jaara2019-03-21 15:02:15 +0200
commit7f20cbcd139e9014f5265e3d788f8b21a824518d (patch)
treec58e3ea16078e1d9b6078a1f82a943ec404ca1d0 /PKGBUILD
parentb43b7aecc992eb4797a0004b60b30471e3c4ebe0 (diff)
downloadaur-7f20cbcd139e9014f5265e3d788f8b21a824518d.tar.gz
Update to version 0.31.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 421311e4b6b0..b01e2d21e3a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: p2k <uni-ulm.de: Patrick.Schneider>
pkgname=ktlint
-pkgver=0.30.0
+pkgver=0.31.0
pkgrel=1
pkgdesc="An anti-bikeshedding Kotlin linter with built-in formatter"
arch=('any')
@@ -13,7 +13,7 @@ validpgpkeys=(160A7A9CF46221A56B06AD64461A804F2609FD89)
source=(ktlint-${pkgver}::https://github.com/shyiko/ktlint/releases/download/${pkgver}/ktlint
https://raw.githubusercontent.com/shyiko/ktlint/${pkgver}/LICENSE
ktlint-${pkgver}.asc::https://github.com/shyiko/ktlint/releases/download/${pkgver}/ktlint.asc)
-sha256sums=('163e99cd6cef9bb05d1066bdbff061b1a39023cc35c898b21e321e86091e7050'
+sha256sums=('2ad9b15eb0a13ba151e07d7acc57a0980e50a869200b1348e14310683775172f'
'94fcaa8988fceec75f68ae8b31bb51676e4afc2534072b6e634a986700804f94'
'SKIP')