summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Carrell2018-02-15 13:48:41 -0500
committerBrandon Carrell2018-02-15 13:48:41 -0500
commitafcf8f6c434b69651fac5811d6c93e28dd3a6945 (patch)
treed4a154c6acf65cc382ba47c72a61bb14955a5d79
parent802a8685a23cb35757366887f3021d5833f731ae (diff)
downloadaur-afcf8f6c434b69651fac5811d6c93e28dd3a6945.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 2f6e8869806f..15ec05e4480b 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.8.8
+ pkgver = 0.8.9
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.8.8/joker-0.8.8-linux-amd64.zip
- md5sums = 816472c135060795db9a14424b129557
+ source = https://github.com/candid82/joker/releases/download/v0.8.9/joker-0.8.9-linux-amd64.zip
+ md5sums = d4b5fe6901cb96f9ae104cc9fc0cd2ed
pkgname = joker
diff --git a/PKGBUILD b/PKGBUILD
index 9320d9003c72..a4818e533116 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brandon Carrell <brandoncarrell@gmail.com>
pkgname=joker
-pkgver=0.8.8
+pkgver=0.8.9
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=('816472c135060795db9a14424b129557')
+md5sums=('d4b5fe6901cb96f9ae104cc9fc0cd2ed')
package() {
install -Dm755 "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"