Skip to content

Commit c81e788

Browse files
committed
update lz4 to v1.9.3
1 parent a7bc7c9 commit c81e788

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

LOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2280,3 +2280,5 @@
22802280
c/foreign.c c/gc.c c/gcwrapper.c c/intern.c c/io.c c/new-io.c c/number.c
22812281
c/prim.c c/prim5.c c/print.c c/scheme.c c/schlib.c c/schsig.c c/segment.c
22822282
c/thread.c mats/foreign3.c s/mkheader.ss
2283+
- update lz4 to version 1.9.3
2284+
configure

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ else
427427
if [ "${LZ4Dep}" != "" ] ; then
428428
if [ ! -f 'lz4/lib/Makefile' ] ; then
429429
rmdir lz4 > /dev/null 2>&1
430-
(curl -L -o v1.9.2.tar.gz https://github.com/lz4/lz4/archive/v1.9.2.tar.gz && tar -xzf v1.9.2.tar.gz && mv lz4-1.9.2 lz4 && rm v1.9.2.tar.gz) || exit 1
430+
(curl -L -o v1.9.3.tar.gz https://github.com/lz4/lz4/archive/v1.9.3.tar.gz && tar -xzf v1.9.3.tar.gz && mv lz4-1.9.3 lz4 && rm v1.9.3.tar.gz) || exit 1
431431
fi
432432
fi
433433

lz4

Submodule lz4 updated 94 files

0 commit comments

Comments
 (0)