summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Carrell2019-05-17 10:03:58 -0400
committerBrandon Carrell2019-05-17 10:03:58 -0400
commitb5cb17ab6d22cd628e9976077b1f795a175e0078 (patch)
treeeeea82ee5d5a236e5a63c9715d84fef55c6a0a68
parent2ba83191be1d59379b8409104a1a42b53ac096ef (diff)
downloadaur-b5cb17ab6d22cd628e9976077b1f795a175e0078.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f24c874d60a0..db1c0aa364fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = joker
pkgdesc = Joker, a Clojure interpreter and linter written in Go - Precompiled binary from official repository
- pkgver = 0.12.0
+ pkgver = 0.12.3
pkgrel = 1
url = https://github.com/candid82/joker
arch = x86_64
license = EPL
provides = joker
conflicts = joker
- source = https://github.com/candid82/joker/releases/download/v0.12.0/joker-0.12.0-linux-amd64.zip
- md5sums = a238b40a6bfafc1e58a8f81404f00608
+ source = https://github.com/candid82/joker/releases/download/v0.12.3/joker-0.12.3-linux-amd64.zip
+ md5sums = 9f7086c0f2892e1dd57108a2c7fbc9ab
pkgname = joker
diff --git a/PKGBUILD b/PKGBUILD
index 2f73711cdc1f..bbd74c5f3a21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brandon Carrell <brandoncarrell@gmail.com>
pkgname=joker
-pkgver=0.12.0
+pkgver=0.12.3
pkgrel=1
pkgdesc="Joker, a Clojure interpreter and linter written in Go - Precompiled binary from official repository"
arch=('x86_64')
@@ -12,7 +12,7 @@ conflicts=('joker')
source=("https://github.com/candid82/joker/releases/download/v${pkgver}/${pkgname}-${pkgver}-linux-amd64.zip")
-md5sums=('a238b40a6bfafc1e58a8f81404f00608')
+md5sums=('9f7086c0f2892e1dd57108a2c7fbc9ab')
package() {
install -Dm755 "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"