summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Harrigan2020-06-14 05:38:32 +0100
committerDavid Harrigan2020-06-14 05:38:32 +0100
commite38b83727263fad0705a70a2137b1db4f29839dd (patch)
treed613b5446979d5cddcd8a1a27e8e33fb9ae84e9f
parentf09e50f1a2df59af7954a909a6d8b2c0b9fbeb92 (diff)
downloadaur-e38b83727263fad0705a70a2137b1db4f29839dd.tar.gz
upgpkg: cljstyle-bin 0.13.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 ce4bbb0ea352..d7975f42eca4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cljstyle-bin
pkgdesc = A tool for formatting Clojure code
- pkgver = 0.12.1
+ pkgver = 0.13.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.12.1/cljstyle_0.12.1_linux.tar.gz
- sha256sums = 4f4d1e247e1ece7ec74e504d7d1c13b2b8b0db49b80fb9185a94cbfd899c0aa9
+ source = https://github.com/greglook/cljstyle/releases/download/0.13.0/cljstyle_0.13.0_linux.tar.gz
+ sha256sums = f6934b94060e834f22403ed7ef6c95c894e450b5b8dd2c8e977e99eaca474636
pkgname = cljstyle-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8aa0b8e6b5cb..d47048930bd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Harrigan <dharrigan [@] gmail [dot] com>
pkgname=cljstyle-bin
-pkgver=0.12.1
+pkgver=0.13.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=('4f4d1e247e1ece7ec74e504d7d1c13b2b8b0db49b80fb9185a94cbfd899c0aa9')
+sha256sums=('f6934b94060e834f22403ed7ef6c95c894e450b5b8dd2c8e977e99eaca474636')
package() {
install -Dm755 "${srcdir}/${pkgname/\-bin/}" "${pkgdir}/usr/bin/${pkgname/\-bin/}"