summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Harrigan2024-03-07 09:21:00 +0000
committerDavid Harrigan2024-03-07 09:21:00 +0000
commit2f146a32f0ea6bd5f9eb207886105b1ffec1f605 (patch)
treef5f9db839a2d515e923c924e707cc1a86e883630 /PKGBUILD
parent869c9a154dad6b763c9f1ec65440dfa8c7718156 (diff)
downloadaur-joker-bin.tar.gz
upgpkg: joker-bin 1.3.5-1
upstream release
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}"