summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxSt2023-01-31 08:34:50 +0100
committerMaxSt2023-01-31 08:34:50 +0100
commitee7c5a77cdb6f27e706514e667c53d38eea3696f (patch)
tree5f08aec9fd7bd60fd050b960c677a1ab08905f6d
parent48a746b70dc67eda1f2f7bfb85c979eabca7cbd5 (diff)
downloadaur-ee7c5a77cdb6f27e706514e667c53d38eea3696f.tar.gz
Version Update 1.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fff33327c0d1..aca7b24b6a25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = zprint-bin
pkgdesc = Reformat Clojure and Clojurescript source code and s-expressions
- pkgver = 1.2.4
+ pkgver = 1.2.5
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.2.4/zprintl-1.2.4
+ source = https://github.com/kkinnear/zprint/releases/download/1.2.5/zprintl-1.2.5
source = https://raw.githubusercontent.com/kkinnear/zprint/master/LICENSE
- md5sums = 77b8ecff322e7488b50b483ab64f1c26
+ md5sums = 2190be59bf6fae1f710cbb14f9c7263c
md5sums = 7199ed1f0ff55f6f8a1d191272e13f71
pkgname = zprint-bin
diff --git a/PKGBUILD b/PKGBUILD
index 17905cf869b8..4e24b13b99b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: MaxSt
pkgname=zprint-bin
-pkgver=1.2.4
+pkgver=1.2.5
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=(
- '77b8ecff322e7488b50b483ab64f1c26'
+ '2190be59bf6fae1f710cbb14f9c7263c'
'7199ed1f0ff55f6f8a1d191272e13f71'
)