summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Harrigan2019-07-07 13:51:06 +0100
committerDavid Harrigan2019-07-07 13:51:06 +0100
commita11d4c4df57912dabb29a9714711a1d2332fac37 (patch)
treeadd0dea2f24c59b26b76a1cec8435b43199d43fd
parente51fa53ee867ec43260d44d8bcfe73fa43848fef (diff)
downloadaur-a11d4c4df57912dabb29a9714711a1d2332fac37.tar.gz
Bump version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c63fda28aa37..9ad1620bf2eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = joker-bin
pkgdesc = A Clojure interpreter and linter written in Go - Precompiled binary from official repository.
- pkgver = 0.12.4
+ pkgver = 0.12.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.12.4/joker-0.12.4-linux-amd64.zip
- sha256sums = 63968925a330ac9b1a9ea9fbb7b0d70caf203a8373efdf460b300fcf0f410806
+ source = https://github.com/candid82/joker/releases/download/v0.12.5/joker-0.12.5-linux-amd64.zip
+ sha256sums = 2a00881b87ae91eefcf7462c12a2de28436e5e66bbd51aad5e80d96bf9d1b5ad
pkgname = joker-bin
diff --git a/PKGBUILD b/PKGBUILD
index 15bb6e612060..ab9602d86335 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Brandon Carrell <brandoncarrell [@] gmail [dot] com>
pkgname=joker-bin
-pkgver=0.12.4
+pkgver=0.12.5
pkgrel=1
pkgdesc="A Clojure interpreter and linter written in Go - Precompiled binary from official repository."
arch=('x86_64')
@@ -13,7 +13,7 @@ conflicts=('joker')
source=("https://github.com/candid82/joker/releases/download/v${pkgver}/${pkgname/\-bin/}-${pkgver}-linux-amd64.zip")
-sha256sums=('63968925a330ac9b1a9ea9fbb7b0d70caf203a8373efdf460b300fcf0f410806')
+sha256sums=('2a00881b87ae91eefcf7462c12a2de28436e5e66bbd51aad5e80d96bf9d1b5ad')
package() {
install -Dm755 "${srcdir}/${pkgname/\-bin/}" "${pkgdir}/usr/bin/${pkgname/\-bin/}"