From 4f0d5c2ff54659a1892eaa50a40c7c5ec46d1802 Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:46:10 -0700 Subject: [PATCH] Cortex : Update to version 10.5.9.2 --- Changes.md | 1 + Cortex/config.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 488e72f93a..6f0de564a7 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,7 @@ 9.0.0 alpha x (relative to 9.0.0 alpha 1) ------------- +- Cortex : Updated to version 10.5.9.2. - Zstandard : Fixed manifest path on macOS. 9.0.0 alpha 1 (relative to 8.0.1) diff --git a/Cortex/config.py b/Cortex/config.py index e471111aca..0bd133ddfd 100644 --- a/Cortex/config.py +++ b/Cortex/config.py @@ -2,7 +2,7 @@ "downloads" : [ - "https://github.com/ImageEngine/cortex/archive/refs/tags/10.5.9.1.tar.gz" + "https://github.com/ImageEngine/cortex/archive/refs/tags/10.5.9.2.tar.gz" ],