summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxSt2021-01-21 09:41:26 +0100
committerMaxSt2021-01-21 09:41:26 +0100
commit28c3ae05bb8b5b22252f5a92628ae1b3c3a2a98d (patch)
tree0a15ad7b5412eedcf3d31d58dd197b49c5f25d6f
parentb0fc177d182410b0607623abf6b2a9a7bb3cee55 (diff)
downloadaur-28c3ae05bb8b5b22252f5a92628ae1b3c3a2a98d.tar.gz
Version Update 1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f131c07a7523..09afe2df3938 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = zprint-bin
pkgdesc = Reformat Clojure and Clojurescript source code and s-expressions
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/kkinnear/zprint
arch = i686
arch = x86_64
license = MIT
depends = zlib
- source = https://github.com/kkinnear/zprint/releases/download/1.1.0/zprintl-1.1.0
+ source = https://github.com/kkinnear/zprint/releases/download/1.1.1/zprintl-1.1.1
source = https://raw.githubusercontent.com/kkinnear/zprint/master/LICENSE
- md5sums = 908931467335041b244e35bef9956dc5
+ md5sums = f4c1928c79830138c6f28321613641c2
md5sums = 7199ed1f0ff55f6f8a1d191272e13f71
pkgname = zprint-bin
diff --git a/PKGBUILD b/PKGBUILD
index aaf0cab5cd9d..53db00d2faa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: MaxSt
pkgname=zprint-bin
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="Reformat Clojure and Clojurescript source code and s-expressions"
url="https://github.com/kkinnear/zprint"
@@ -13,7 +13,7 @@ source=(
"https://raw.githubusercontent.com/kkinnear/zprint/master/LICENSE"
)
md5sums=(
- '908931467335041b244e35bef9956dc5'
+ 'f4c1928c79830138c6f28321613641c2'
'7199ed1f0ff55f6f8a1d191272e13f71'
)