From 56a3fe54d4c463fdec4dcfef9211a4ea177214b2 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Thu, 12 May 2022 08:22:45 +0100 Subject: [PATCH] Cortex : Update to 10.4.0.0a4 --- Changes.md | 1 + Cortex/config.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 2e24a45a78..43dcf39fc3 100644 --- a/Changes.md +++ b/Changes.md @@ -5,6 +5,7 @@ - OpenJPEG : Added version 2.4.0. - LLVM : Upated to version 11.1.0. - Qt : Updated to version 5.15.3. +- Cortex : Updated to version 10.4.0.0a4. - Subprocess32 : Changed to regular install rather than `.egg`. 5.0.0a3 (relative to 5.0.0a2) diff --git a/Cortex/config.py b/Cortex/config.py index 14481523ef..ef96821813 100644 --- a/Cortex/config.py +++ b/Cortex/config.py @@ -2,7 +2,7 @@ "downloads" : [ - "https://github.com/ImageEngine/cortex/archive/4a44b88.tar.gz" + "https://github.com/ImageEngine/cortex/archive/refs/tags/10.4.0.0a4.tar.gz" ],