summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Carrell2019-02-11 09:59:44 -0500
committerBrandon Carrell2019-02-11 09:59:44 -0500
commit2ba83191be1d59379b8409104a1a42b53ac096ef (patch)
tree43018257b98bc464f0ba7e2276610cced5891bec
parent4b16288ca640bbf5ea10455d46d4f69e03458d28 (diff)
downloadaur-2ba83191be1d59379b8409104a1a42b53ac096ef.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 e8c56bf1b587..f24c874d60a0 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.11.1
+ pkgver = 0.12.0
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.11.1/joker-0.11.1-linux-amd64.zip
- md5sums = 96008413fce43fb62517ec0d75eb300a
+ source = https://github.com/candid82/joker/releases/download/v0.12.0/joker-0.12.0-linux-amd64.zip
+ md5sums = a238b40a6bfafc1e58a8f81404f00608
pkgname = joker
diff --git a/PKGBUILD b/PKGBUILD
index 529756a384a6..2f73711cdc1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brandon Carrell <brandoncarrell@gmail.com>
pkgname=joker
-pkgver=0.11.1
+pkgver=0.12.0
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=('96008413fce43fb62517ec0d75eb300a')
+md5sums=('a238b40a6bfafc1e58a8f81404f00608')
package() {
install -Dm755 "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"