summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhillip Schichtel2021-03-18 01:24:28 +0100
committerPhillip Schichtel2021-03-18 01:24:28 +0100
commit2a2b75aeec290aa5307049b077d1f7187cec95a3 (patch)
tree56d4603c8814fe708e86a51716b4d0b6af3655f2 /PKGBUILD
parentaae967c67842cbc320cb26cefc879e9a14f6a5cb (diff)
downloadaur-2a2b75aeec290aa5307049b077d1f7187cec95a3.tar.gz
update to 0.41.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06be44bdcab5..341326bc4f89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: p2k <uni-ulm.de: Patrick.Schneider>
pkgname=ktlint
-pkgver=0.40.0
+pkgver=0.41.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=('4739662e9ac9a9894a1eb47844cbb5610971f15af332eac94d108d4f55ebc19e'
+sha256sums=('438bd098e5e8acc966940480b025af7020bdaa66698c7d76042416314100e183'
'b45bdb3357e761d4b1300470833cf5e5e9fafc32a5f98efef214ba926b0120d5'
'SKIP')