summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhillip Schichtel2021-11-07 03:14:21 +0100
committerPhillip Schichtel2021-11-07 03:14:21 +0100
commitb90bb4acbbc62979da4b8b21b365ab4d2ac4c0e8 (patch)
tree8a3287d54a845f18ff7a2daefe26a9415499a18c /PKGBUILD
parent6cacf5d428714db4353ed3d7e109d8b63386b438 (diff)
downloadaur-b90bb4acbbc62979da4b8b21b365ab4d2ac4c0e8.tar.gz
update to 0.43.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 745fc624612e..e555b0fc82f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: p2k <uni-ulm.de: Patrick.Schneider>
pkgname=ktlint
-pkgver=0.42.1
+pkgver=0.43.0
pkgrel=1
pkgdesc="An anti-bikeshedding Kotlin linter with built-in formatter"
arch=('any')
@@ -15,7 +15,7 @@ validpgpkeys=(ADBC987D1A7B91DB6B0AAA81995EFBF4A3D20BEB)
source=(ktlint-${pkgver}::https://github.com/pinterest/ktlint/releases/download/${pkgver}/ktlint
https://raw.githubusercontent.com/pinterest/ktlint/${pkgver}/LICENSE
ktlint-${pkgver}.asc::https://github.com/pinterest/ktlint/releases/download/${pkgver}/ktlint.asc)
-sha256sums=('01242e3161fab2d52ea4991f3a9cd532cf9cfb1abb3966d5c4687a218db377bd'
+sha256sums=('5a20f69278da5a2d2b869ff06972291ca4b7811cf72f962192f1716e71ed2e6f'
'b45bdb3357e761d4b1300470833cf5e5e9fafc32a5f98efef214ba926b0120d5'
'SKIP')