diff --git a/content/guides/install_clojure.adoc b/content/guides/install_clojure.adoc index 516f4452..178e8d86 100644 --- a/content/guides/install_clojure.adoc +++ b/content/guides/install_clojure.adoc @@ -38,16 +38,16 @@ To install with the Linux script installer: [source,shell] ---- -curl -O https://download.clojure.org/install/linux-install-1.11.1.1347.sh -chmod +x linux-install-1.11.1.1347.sh -sudo ./linux-install-1.11.1.1347.sh +curl -L -O https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh +chmod +x linux-install.sh +sudo ./linux-install.sh ---- To install to a custom location (like `/opt/infrastructure/clojure`), use the option `--prefix`: [source,shell] ---- -sudo ./linux-install-1.11.1.1347.sh --prefix /opt/infrastructure/clojure +sudo ./linux-install.sh --prefix /opt/infrastructure/clojure ---- You may also want to extend the MANPATH in `/etc/man_db.conf` to include the manual pages: @@ -70,16 +70,16 @@ To install with the POSIX script installer: [source,shell] ---- -curl -O https://download.clojure.org/install/posix-install-1.11.1.1347.sh -chmod +x posix-install-1.11.1.1347.sh -sudo ./posix-install-1.11.1.1347.sh +curl -L -O https://github.com/clojure/brew-install/releases/latest/download/posix-install.sh +chmod +x posix-install.sh +sudo ./posix-install.sh ---- To install to a custom location (like `/opt/infrastructure/clojure`), use the option `--prefix`: [source,shell] ---- -sudo ./posix-install-1.11.1.1347.sh --prefix /opt/infrastructure/clojure +sudo ./posix-install.sh --prefix /opt/infrastructure/clojure ---- You may also want to extend the MANPATH in `/etc/man_db.conf` to include the manual pages: diff --git a/content/releases/tools.adoc b/content/releases/tools.adoc index c71b149e..a8dc09f4 100644 --- a/content/releases/tools.adoc +++ b/content/releases/tools.adoc @@ -22,6 +22,11 @@ For more information see the following docs: Recent official releases are described here. Prereleases and older versions can be found in the https://github.com/clojure/brew-install/blob/1.11.1/CHANGELOG.md[repo changelog]. +=== 1.11.1.1386 (Aug 14, 2023) [[v1.11.1.1386]] + +* CLI releases are now published to GitHub under https://github.com/clojure/brew-install +* The download archive is still available but will be treated as a mirror (and configured that way in brew) + === 1.11.1.1347 (May 31, 2023) [[v1.11.1.1347]] * With -X or -T accept `-` as a trailing argument to read the remainder of args from stdin