summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b670e22ea309..423a309a990a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Harrigan <dharrigan [@] gmail [dot] com>
pkgname=clj-kondo-bin
-pkgver=2023.02.17
+pkgver=2023.03.17
pkgrel=1
pkgdesc='A minimal and opinionated linter for Clojure code that sparks joy.'
arch=('x86_64')
@@ -13,7 +13,7 @@ conflicts=("${pkgname%-bin}")
source_x86_64=("${url}/releases/download/v${pkgver}/${pkgname%-bin}-${pkgver}-linux-static-amd64.zip")
-sha256sums_x86_64=('d2459273918c5dd052af0c034b187b05fee59fec7cc9652b002e8f58b8c28087')
+sha256sums_x86_64=('08e7973b51c145679746e9fe4b3830145e2754d68530ddf9d93fbd62fd3c2fee')
package() {
install -Dm0755 -t "$pkgdir/usr/bin/" "${pkgname%-bin}"