Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep for dependencies 9.0.0 alpha 2 #268

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -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)
-------------

Expand Down
2 changes: 1 addition & 1 deletion Cortex/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

],

Expand Down
2 changes: 1 addition & 1 deletion Zstandard/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"manifest" : [

"include/zstd.h",
"lib/libzstd{sharedLibraryExtension}*"
"lib/libzstd*{sharedLibraryExtension}*"

],

Expand Down