summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Carrell2017-09-06 09:52:24 -0400
committerBrandon Carrell2017-09-06 09:52:24 -0400
commitb0f33a6671547d423488a4c67f4716015f7231c2 (patch)
treebb1a754afcb7c9eb48714f87b73ee9b6e0891624
parent253d19947c0c98863795a17c47fa17abf9dd47e7 (diff)
downloadaur-b0f33a6671547d423488a4c67f4716015f7231c2.tar.gz
0.8.3 -> 0.8.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 875b5118cbbf..176291c4f32c 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.3
+ pkgver = 0.8.4
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.3/joker-0.8.3-linux-amd64.zip
- md5sums = a1683a887abad4bf8aba71eff2f9fb8f
+ source = https://github.com/candid82/joker/releases/download/v0.8.4/joker-0.8.4-linux-amd64.zip
+ md5sums = 2cc92d217f9394b3d1de2d3e6e8f1c86
pkgname = joker
diff --git a/PKGBUILD b/PKGBUILD
index 0a275c85cba6..1b138566e75b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brandon Carrell <brandoncarrell@gmail.com>
pkgname=joker
-pkgver=0.8.3
+pkgver=0.8.4
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=('a1683a887abad4bf8aba71eff2f9fb8f')
+md5sums=('2cc92d217f9394b3d1de2d3e6e8f1c86')
package() {
install -Dm755 "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"