summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Harrigan2020-02-10 06:24:07 +0000
committerDavid Harrigan2020-02-10 06:24:07 +0000
commit2bb481d7c0c4e9826c97274f97255df50eade0b9 (patch)
tree60ad4c85fc6fc0a380b6cfd0cd5098a885457f32
parentc187c99e31e7f3834346e0f49883868e7b1bc661 (diff)
downloadaur-2bb481d7c0c4e9826c97274f97255df50eade0b9.tar.gz
upgpkg: cljstyle-bin 0.12.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f04002796b4..3c45deec63b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cljstyle-bin
pkgdesc = A tool for formatting Clojure code
- pkgver = 0.11.1
+ pkgver = 0.12.0
pkgrel = 1
url = https://github.com/greglook/cljstyle
arch = x86_64
license = EPL
provides = cljstyle
conflicts = cljstyle
- source = https://github.com/greglook/cljstyle/releases/download/0.11.1/cljstyle_0.11.1_linux.tar.gz
- sha256sums = 690b408fbabfc8e838544a5438c3d6dbf456962be410a4c858697c48ae8dc9b4
+ source = https://github.com/greglook/cljstyle/releases/download/0.12.0/cljstyle_0.12.0_linux.tar.gz
+ sha256sums = fc2f245d3f1b852538fe10d6ca58d321c60ec0292471887a91849e9c515a1ed4
pkgname = cljstyle-bin
diff --git a/PKGBUILD b/PKGBUILD
index 95535be69fd0..9e1192408ec5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Harrigan <dharrigan [@] gmail [dot] com>
pkgname=cljstyle-bin
-pkgver=0.11.1
+pkgver=0.12.0
pkgrel=1
pkgdesc='A tool for formatting Clojure code'
arch=('x86_64')
@@ -12,7 +12,7 @@ conflicts=('cljstyle')
source=("https://github.com/greglook/cljstyle/releases/download/${pkgver}/${pkgname/\-bin/}_${pkgver/_/-}_linux.tar.gz")
-sha256sums=('690b408fbabfc8e838544a5438c3d6dbf456962be410a4c858697c48ae8dc9b4')
+sha256sums=('fc2f245d3f1b852538fe10d6ca58d321c60ec0292471887a91849e9c515a1ed4')
package() {
install -Dm755 "${srcdir}/${pkgname/\-bin/}" "${pkgdir}/usr/bin/${pkgname/\-bin/}"