summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhillip Schichtel2022-04-01 13:53:45 +0200
committerPhillip Schichtel2022-04-01 13:53:45 +0200
commit085e0f99dec0458877a77456a46b9b235cb2a726 (patch)
tree7e21b62807fb654111c627b794aa7cf4c898ec60 /PKGBUILD
parent6f558c3a18cc5f3f0b565b078ed76aba004295ba (diff)
downloadaur-085e0f99dec0458877a77456a46b9b235cb2a726.tar.gz
update to 0.45.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2a0d981b836..5dc04565d929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: p2k <uni-ulm.de: Patrick.Schneider>
pkgname=ktlint
-pkgver=0.44.0
+pkgver=0.45.1
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=('79d753be94191058401c31a06b96829ab212009261dca66b175466c4f1ae57d0'
+sha256sums=('7c430b67c955d5134595fe40a5f24e1bd8c8f09ba6a603faef7f9748e5a0b0a2'
'b45bdb3357e761d4b1300470833cf5e5e9fafc32a5f98efef214ba926b0120d5'
'SKIP')