From 3d785f6fb8e39bfe76dacc5bcb457c47cf325824 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 11 Mar 2024 11:15:01 +0100 Subject: [PATCH] Bump to Clojure CLI 1.11.2.1446 --- CHANGELOG.md | 4 ++++ deps.bat | 4 ++-- deps.clj | 4 ++-- resources/DEPS_CLJ_VERSION | 2 +- src/borkdude/deps.clj | 4 ++-- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b57b712..a1899da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ DEPS_CLJ_TOOLS_VERSION=1.11.1.1165 bb clojure [deps.clj](https://github.com/borkdude/deps.clj): a faithful port of the clojure CLI bash script to Clojure +## 1.11.2.1446 + +- Catch up with Clojure CLI 1.11.2.1446 + ## 1.11.1.1435 - Catch up with Clojure CLI 1.11.1.1435 diff --git a/deps.bat b/deps.bat index b28cae6..0e76197 100644 --- a/deps.bat +++ b/deps.bat @@ -8,7 +8,7 @@ ;; Generated with script/gen_script.clj. Do not edit directly. (ns borkdude.deps - "Port of https://github.com/clojure/brew-install/blob/1.11.1/src/main/resources/clojure/install/clojure in Clojure" + "Port of https://github.com/clojure/brew-install/blob/1.11.2/src/main/resources/clojure/install/clojure in Clojure" (:require [clojure.java.io :as io] [clojure.string :as str]) @@ -24,7 +24,7 @@ ;; see https://github.com/clojure/brew-install/blob/1.11.1/CHANGELOG.md (def ^:private version (delay (or (System/getenv "DEPS_CLJ_TOOLS_VERSION") - "1.11.1.1435"))) + "1.11.2.1446"))) (def ^:private cache-version "5") diff --git a/deps.clj b/deps.clj index 363f5da..3a496b9 100755 --- a/deps.clj +++ b/deps.clj @@ -3,7 +3,7 @@ ;; Generated with script/gen_script.clj. Do not edit directly. (ns borkdude.deps - "Port of https://github.com/clojure/brew-install/blob/1.11.1/src/main/resources/clojure/install/clojure in Clojure" + "Port of https://github.com/clojure/brew-install/blob/1.11.2/src/main/resources/clojure/install/clojure in Clojure" (:require [clojure.java.io :as io] [clojure.string :as str]) @@ -19,7 +19,7 @@ ;; see https://github.com/clojure/brew-install/blob/1.11.1/CHANGELOG.md (def ^:private version (delay (or (System/getenv "DEPS_CLJ_TOOLS_VERSION") - "1.11.1.1435"))) + "1.11.2.1446"))) (def ^:private cache-version "5") diff --git a/resources/DEPS_CLJ_VERSION b/resources/DEPS_CLJ_VERSION index 663d129..840714f 100644 --- a/resources/DEPS_CLJ_VERSION +++ b/resources/DEPS_CLJ_VERSION @@ -1 +1 @@ -1.11.1.1435 +1.11.2.1446 diff --git a/src/borkdude/deps.clj b/src/borkdude/deps.clj index e0f6055..20e305b 100755 --- a/src/borkdude/deps.clj +++ b/src/borkdude/deps.clj @@ -1,5 +1,5 @@ (ns borkdude.deps - "Port of https://github.com/clojure/brew-install/blob/1.11.1/src/main/resources/clojure/install/clojure in Clojure" + "Port of https://github.com/clojure/brew-install/blob/1.11.2/src/main/resources/clojure/install/clojure in Clojure" (:require [clojure.java.io :as io] [clojure.string :as str]) @@ -16,7 +16,7 @@ ;; see https://github.com/clojure/brew-install/blob/1.11.1/CHANGELOG.md (def ^:private version (delay (or (System/getenv "DEPS_CLJ_TOOLS_VERSION") - "1.11.1.1435"))) + "1.11.2.1446"))) (def ^:private cache-version "5")