summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Harrigan2021-03-31 08:19:28 +0100
committerDavid Harrigan2021-03-31 08:19:28 +0100
commit5b544f075fef553334ee68ee15eb1aeaf1dfbdce (patch)
treea687281d88c7ab7c283b09418f4f04e04469172f
parent3bbe90a535f470cb4fc782d8920cef60c831c226 (diff)
downloadaur-5b544f075fef553334ee68ee15eb1aeaf1dfbdce.tar.gz
upgpkg: cljstyle-bin 0.15.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 92affc806ac5..4212640afc23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cljstyle-bin
pkgdesc = A tool for formatting Clojure code
- pkgver = 0.14.0
+ pkgver = 0.15.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.14.0/cljstyle_0.14.0_linux.tar.gz
- sha256sums = 518e0b2e08ad14eb4e7f5ce6fff2e833aff1832cd42a16557ce2546e7b8d1343
+ source = https://github.com/greglook/cljstyle/releases/download/0.15.0/cljstyle_0.15.0_linux.tar.gz
+ sha256sums = 01082571ced68115fc17c6ddd8bc5c19983c7d8dcd90f48b41795ac44c641c46
pkgname = cljstyle-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1fe0a6584250..893200249e70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Harrigan <dharrigan [@] gmail [dot] com>
pkgname=cljstyle-bin
-pkgver=0.14.0
+pkgver=0.15.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=('518e0b2e08ad14eb4e7f5ce6fff2e833aff1832cd42a16557ce2546e7b8d1343')
+sha256sums=('01082571ced68115fc17c6ddd8bc5c19983c7d8dcd90f48b41795ac44c641c46')
package() {
install -Dm755 "${srcdir}/${pkgname/\-bin/}" "${pkgdir}/usr/bin/${pkgname/\-bin/}"