Skip to content

Commit d1e7a05

Browse files
committed
update(cmake): bump libs and driver to latest master
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent ba4cdd1 commit d1e7a05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmake/modules/driver.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ else()
3434
# In case you want to test against another driver version (or branch, or commit) just pass the variable -
3535
# ie., `cmake -DDRIVER_VERSION=dev ..`
3636
if(NOT DRIVER_VERSION)
37-
set(DRIVER_VERSION "81f451e1d46666a5336ba4024b765101e137fccc")
38-
set(DRIVER_CHECKSUM "SHA256=a1e22e667984d01c4bda483d0781aeeda2667739e379b8c8c05f8649e7d56747")
37+
set(DRIVER_VERSION "64fe18779bd6edf2f71e6be55d4d03cec20e4bce")
38+
set(DRIVER_CHECKSUM "SHA256=1ec3b6446ab2ce4b35b77b81f825da544683411d8f7819b91596f3b510b7bbe1")
3939
endif()
4040

4141
# cd /path/to/build && cmake /path/to/source

cmake/modules/falcosecurity-libs.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ else()
3535
# In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable -
3636
# ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..`
3737
if(NOT FALCOSECURITY_LIBS_VERSION)
38-
set(FALCOSECURITY_LIBS_VERSION "81f451e1d46666a5336ba4024b765101e137fccc")
39-
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=a1e22e667984d01c4bda483d0781aeeda2667739e379b8c8c05f8649e7d56747")
38+
set(FALCOSECURITY_LIBS_VERSION "64fe18779bd6edf2f71e6be55d4d03cec20e4bce")
39+
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=1ec3b6446ab2ce4b35b77b81f825da544683411d8f7819b91596f3b510b7bbe1")
4040
endif()
4141

4242
# cd /path/to/build && cmake /path/to/source

0 commit comments

Comments
 (0)