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 d47048930bd8..1fe0a6584250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Harrigan <dharrigan [@] gmail [dot] com>
pkgname=cljstyle-bin
-pkgver=0.13.0
+pkgver=0.14.0
pkgrel=1
pkgdesc='A tool for formatting Clojure code'
arch=('x86_64')
@@ -12,7 +12,7 @@ conflicts=('cljstyle')
source=("https://github.com/greglook/cljstyle/releases/download/${pkgver}/${pkgname/\-bin/}_${pkgver/_/-}_linux.tar.gz")
-sha256sums=('f6934b94060e834f22403ed7ef6c95c894e450b5b8dd2c8e977e99eaca474636')
+sha256sums=('518e0b2e08ad14eb4e7f5ce6fff2e833aff1832cd42a16557ce2546e7b8d1343')
package() {
install -Dm755 "${srcdir}/${pkgname/\-bin/}" "${pkgdir}/usr/bin/${pkgname/\-bin/}"