Skip to content

Commit b0766ad

Browse files
committed
tools release
1 parent 1348611 commit b0766ad

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

content/guides/getting_started.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ To install with the Linux script installer:
5050

5151
[source,shell]
5252
----
53-
curl -O https://download.clojure.org/install/linux-install-1.10.3.986.sh
54-
chmod +x linux-install-1.10.3.986.sh
55-
sudo ./linux-install-1.10.3.986.sh
53+
curl -O https://download.clojure.org/install/linux-install-1.10.3.998.sh
54+
chmod +x linux-install-1.10.3.998.sh
55+
sudo ./linux-install-1.10.3.998.sh
5656
----
5757

5858
==== Custom location
@@ -61,7 +61,7 @@ To install to a custom location (like `/opt/infrastructure/clojure`), use the op
6161

6262
[source,shell]
6363
----
64-
sudo ./linux-install-1.10.3.986.sh --prefix /opt/infrastructure/clojure
64+
sudo ./linux-install-1.10.3.998.sh --prefix /opt/infrastructure/clojure
6565
----
6666

6767
Extend the MANPATH in `/etc/man_db.conf` to include the manual pages:

content/releases/tools.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ For more information see the following docs:
2222

2323
Recent official releases are described here. Prereleases and older versions can be found in the https://github.com/clojure/brew-install/blob/1.10.3/CHANGELOG.md[repo changelog].
2424

25+
=== 1.10.3.998 (Oct 26, 2021) [[v1.10.3.998]]
26+
27+
* Remove `bottle :unneeded` from brew formulas (no longer needed)
28+
* https://clojure.atlassian.net/browse/TDEPS-209[TDEPS-209] Include only jar files in classpath from Maven artifacts
29+
* Update to tools.tools v0.2.1 (minor improvements in `clj -Ttools list`)
30+
* Use https://github.com/clojure/tools.deps.alpha/blob/master/CHANGELOG.md[tools.deps.alpha] 0.12.1058
31+
2532
=== 1.10.3.986 (Sep 22, 2021) [[v1.10.3.986]]
2633

2734
* Fix nested session cache computation for local pom model building

0 commit comments

Comments
 (0)