diff --git a/Changes.md b/Changes.md index ced1b98130..6f0de564a7 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,9 @@ +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" ], diff --git a/Zstandard/config.py b/Zstandard/config.py index e759828164..958a5e7d56 100644 --- a/Zstandard/config.py +++ b/Zstandard/config.py @@ -30,7 +30,7 @@ "manifest" : [ "include/zstd.h", - "lib/libzstd{sharedLibraryExtension}*" + "lib/libzstd*{sharedLibraryExtension}*" ],