Skip to content
Merged
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
4 changes: 2 additions & 2 deletions native/build-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Source this file in platform-specific build scripts

# Library versions
LIBARCHIVE_VERSION="3.8.5"
LIBARCHIVE_VERSION="3.8.6"
LZ4_VERSION="1.10.0"
ZSTD_VERSION="1.5.7"
LZO_VERSION="2.10"
Expand All @@ -13,7 +13,7 @@ XZ_VERSION="5.8.2"
BZIP2_VERSION="1.0.8"

# SHA256 checksums for download verification
LIBARCHIVE_SHA256="d68068e74beee3a0ec0dd04aee9037d5757fcc651591a6dcf1b6d542fb15a703"
LIBARCHIVE_SHA256="8ac57c1f5e99550948d1fe755c806d26026e71827da228f36bef24527e372e6f"
LZ4_SHA256="537512904744b35e232912055ccf8ec66d768639ff3abe5788d90d792ec5f48b"
ZSTD_SHA256="eb33e51f49a15e023950cd7825ca74a4a2b43db8354825ac24fc1b7ee09e6fa3"
LZO_SHA256="c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072"
Expand Down
Loading