summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Carrell2018-03-14 12:05:24 -0400
committerBrandon Carrell2018-03-14 12:05:24 -0400
commitd791baf4110d55fc0a3f5887a6fbca8809749c58 (patch)
tree7fa790eb88aef3e64426dac4b155fa42e057dde9
parentafcf8f6c434b69651fac5811d6c93e28dd3a6945 (diff)
downloadaur-d791baf4110d55fc0a3f5887a6fbca8809749c58.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 15ec05e4480b..5096512fe630 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.9
+ pkgver = 0.9.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.8.9/joker-0.8.9-linux-amd64.zip
- md5sums = d4b5fe6901cb96f9ae104cc9fc0cd2ed
+ source = https://github.com/candid82/joker/releases/download/v0.9.0/joker-0.9.0-linux-amd64.zip
+ md5sums = 7dcf7b762f9d05138e5f4f443a23614a
pkgname = joker
diff --git a/PKGBUILD b/PKGBUILD
index a4818e533116..8b41147fe34f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brandon Carrell <brandoncarrell@gmail.com>
pkgname=joker
-pkgver=0.8.9
+pkgver=0.9.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=('d4b5fe6901cb96f9ae104cc9fc0cd2ed')
+md5sums=('7dcf7b762f9d05138e5f4f443a23614a')
package() {
install -Dm755 "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"