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 8849575bef6c..b670e22ea309 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Harrigan <dharrigan [@] gmail [dot] com>
pkgname=clj-kondo-bin
-pkgver=2023.01.20
+pkgver=2023.02.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=('3b02d5b63add01066e5d7573b72cfb7ffeedd36fb12f137d78e02065228ef427')
+sha256sums_x86_64=('d2459273918c5dd052af0c034b187b05fee59fec7cc9652b002e8f58b8c28087')
package() {
install -Dm0755 -t "$pkgdir/usr/bin/" "${pkgname%-bin}"