summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Carrell2017-10-04 09:55:47 -0400
committerBrandon Carrell2017-10-04 09:55:47 -0400
commita1c7f470ed3bfd991253f688ee654a7f408a509c (patch)
tree5f6609ba77c151a363a976b8369f86ad14fb13f8
parentb0f33a6671547d423488a4c67f4716015f7231c2 (diff)
downloadaur-a1c7f470ed3bfd991253f688ee654a7f408a509c.tar.gz
0.8.4 -> 0.8.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 176291c4f32c..ed76b122a4e8 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.4
+ pkgver = 0.8.5
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.4/joker-0.8.4-linux-amd64.zip
- md5sums = 2cc92d217f9394b3d1de2d3e6e8f1c86
+ source = https://github.com/candid82/joker/releases/download/v0.8.5/joker-0.8.5-linux-amd64.zip
+ md5sums = aa869303e8c20f30d8eeeb1173b8bed2
pkgname = joker
diff --git a/PKGBUILD b/PKGBUILD
index 1b138566e75b..4e6a834df605 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brandon Carrell <brandoncarrell@gmail.com>
pkgname=joker
-pkgver=0.8.4
+pkgver=0.8.5
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=('2cc92d217f9394b3d1de2d3e6e8f1c86')
+md5sums=('aa869303e8c20f30d8eeeb1173b8bed2')
package() {
install -Dm755 "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"