summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Carrell2018-11-14 09:54:35 -0500
committerBrandon Carrell2018-11-14 09:54:35 -0500
commitbca07c74d00ef169c6c2a7d4bde556e3e6318e31 (patch)
tree1a158dcc1550896c6285a8c65540eb4099abb8e5
parent66894b856135a1b951ae14926ada24b07128660a (diff)
downloadaur-bca07c74d00ef169c6c2a7d4bde556e3e6318e31.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 292b035789db..fb473e2d7a0b 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.9.2
+ pkgver = 0.10.1
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.9.2/joker-0.9.2-linux-amd64.zip
- md5sums = 43d9ee326a7e1c13528311b87a5d33e5
+ source = https://github.com/candid82/joker/releases/download/v0.10.1/joker-0.10.1-linux-amd64.zip
+ md5sums = b4f9b1150f694c80cc4efd7ef6a22998
pkgname = joker
diff --git a/PKGBUILD b/PKGBUILD
index e404e08d178c..4be754a6d389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brandon Carrell <brandoncarrell@gmail.com>
pkgname=joker
-pkgver=0.9.2
+pkgver=0.10.1
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=('43d9ee326a7e1c13528311b87a5d33e5')
+md5sums=('b4f9b1150f694c80cc4efd7ef6a22998')
package() {
install -Dm755 "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"