Erich Ericson <[email protected]> writes:

> Hi @ports,
> bumped clojure to 1.10.3.1029.
> Tested, seems stable; already used it on two machines.

I've tested it: packages fine, the completions are up-to-date, I can
still connect with CIDER to either a standard clojure repl or
shadow-cljs, ran test with kaocha for a library... everything seems
fine!

Here's the changelog:

        https://clojure.org/releases/tools#v1.10.3.1029

The changes between our current 1.10.3.986 and this 1.10.3.1029 are all
minor.

The diff was mangled, here's a not mangled one that's OK op@ to commit
if anyone wants to, otherwise I'll do it later.

Thanks!


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/lang/clojure/Makefile,v
retrieving revision 1.38
diff -u -p -r1.38 Makefile
--- Makefile    25 Oct 2021 18:54:00 -0000      1.38
+++ Makefile    29 Nov 2021 07:43:30 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              Lisp-1 dialect for the Java Virtual Machine
 
-V =                    1.10.3.986
+V =                    1.10.3.1029
 DISTNAME =             clojure-tools-$V
 PKGNAME =              clojure-$V
 
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/lang/clojure/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo    25 Oct 2021 18:54:00 -0000      1.12
+++ distinfo    29 Nov 2021 07:43:38 -0000
@@ -1,2 +1,2 @@
-SHA256 (clojure-tools-1.10.3.986.tar.gz) = 
fahLaQjQDnSMLEatI+OD7eWc8YvzrkSbHDDNalC4DvY=
-SIZE (clojure-tools-1.10.3.986.tar.gz) = 14217156
+SHA256 (clojure-tools-1.10.3.1029.tar.gz) = 
QimG8llgjASfz/cUciLHE7VWOp8MbnTgoNrkoHZHgJE=
+SIZE (clojure-tools-1.10.3.1029.tar.gz) = 14253369

Reply via email to