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 9458b4153640..cadedc038670 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Brandon Carrell <brandoncarrell [@] gmail [dot] com>
pkgname=joker-bin
-pkgver=1.3.4
+pkgver=1.3.5
pkgrel=1
pkgdesc="A Clojure interpreter and linter written in Go - Precompiled binary from official repository."
arch=('x86_64')
@@ -13,7 +13,7 @@ conflicts=('joker')
source=("${pkgname}-${pkgver}-linux-amd64.zip::https://github.com/candid82/joker/releases/download/v${pkgver}/${pkgname/\-bin/}-linux-amd64.zip")
-sha256sums=('1e3b533539b8e958cf280df273e932f82e5f652ee172ed51b7dc73adaebb3f9d')
+sha256sums=('ce1b0325610109f2819c0712b66bb8a4278b42f1224d92bd6a55435e8533745b')
package() {
install -Dm0755 -t "$pkgdir/usr/bin/" "${pkgname%-bin}"