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 d5d0db572318..b9db77e695fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Harrigan <dharrigan [@] gmail [dot] com>
pkgname=clj-kondo-bin
-pkgver=2022.09.08
+pkgver=2022.10.05
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=('6b19b6ff26237503ee01c22c474ef7d027306a15f7608355dcde13fb690ed2eb')
+sha256sums_x86_64=('9f81b8cc8a918d2e54dd79b0d0a8fab17422b5f5c8c2e145f9bb9ce685caa870')
package() {
install -Dm0755 -t "$pkgdir/usr/bin/" "${pkgname%-bin}"