From 2ef8c967d2dd203869c411ca56bddfad6d505855 Mon Sep 17 00:00:00 2001 From: Dax T Games Date: Thu, 19 Aug 2021 11:47:47 -0400 Subject: [PATCH] update conemu and clink (#2575) * update conemu and clink * update clink to 1.2.24 * update clink to 1.2.24 * update clink to 1.2.24 * Clink 1.2.26 Co-authored-by: dgames --- .gitignore | 1 + CHANGELOG.md | 3 ++- vendor/git-for-windows_1.29.1 | 1 + vendor/sources.json | 8 ++++---- 4 files changed, 8 insertions(+), 5 deletions(-) create mode 120000 vendor/git-for-windows_1.29.1 diff --git a/.gitignore b/.gitignore index 67678bb..771fd1a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ vendor/*/* !vendor/lib/* !vendor/* !vendor/psmodules/* +vendor/git-for-windows config/* !config/Readme.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d2fdb..26aeaf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ ### Changes - Update Git for Windows to 2.31.1 -- Update to Clink 1.2.5 +- Update to Clink 1.2.26 +- Update to Conemu 210718 - Do not rely on having a `%cmder_root%\config\cmder_prompt_config.lua` ### Adds diff --git a/vendor/git-for-windows_1.29.1 b/vendor/git-for-windows_1.29.1 new file mode 120000 index 0000000..5f898e1 --- /dev/null +++ b/vendor/git-for-windows_1.29.1 @@ -0,0 +1 @@ +../../../dtgam/bin/git-2.29.0 \ No newline at end of file diff --git a/vendor/sources.json b/vendor/sources.json index d7fd186..b7f55a2 100644 --- a/vendor/sources.json +++ b/vendor/sources.json @@ -6,13 +6,13 @@ }, { "name": "clink", - "version": "1.2.22", - "url": "https://github.com/chrisant996/clink/releases/download/v1.2.22/clink.1.2.22.890a84.zip" + "version": "1.2.26", + "url": "https://github.com/chrisant996/clink/releases/download/v1.2.26/clink.1.2.26.3dc58b.zip" }, { "name": "conemu-maximus5", - "version": "210304", - "url": "https://github.com/Maximus5/ConEmu/releases/download/v21.03.04/ConEmuPack.210304.7z" + "version": "210718", + "url": "https://github.com/Maximus5/ConEmu/releases/download/v21.07.18/ConEmuPack.210718.7z" }, { "name": "clink-completions",