Skip to content

Commit

Permalink
update(cmake): bump libs to latest master.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Jul 30, 2024
1 parent ba4cdd1 commit 8e60b21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/driver.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ else()
# In case you want to test against another driver version (or branch, or commit) just pass the variable -
# ie., `cmake -DDRIVER_VERSION=dev ..`
if(NOT DRIVER_VERSION)
set(DRIVER_VERSION "81f451e1d46666a5336ba4024b765101e137fccc")
set(DRIVER_CHECKSUM "SHA256=a1e22e667984d01c4bda483d0781aeeda2667739e379b8c8c05f8649e7d56747")
set(DRIVER_VERSION "64fe18779bd6edf2f71e6be55d4d03cec20e4bce")
set(DRIVER_CHECKSUM "SHA256=1ec3b6446ab2ce4b35b77b81f825da544683411d8f7819b91596f3b510b7bbe1")
endif()

# cd /path/to/build && cmake /path/to/source
Expand Down
4 changes: 2 additions & 2 deletions cmake/modules/falcosecurity-libs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ else()
# In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable -
# ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..`
if(NOT FALCOSECURITY_LIBS_VERSION)
set(FALCOSECURITY_LIBS_VERSION "81f451e1d46666a5336ba4024b765101e137fccc")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=a1e22e667984d01c4bda483d0781aeeda2667739e379b8c8c05f8649e7d56747")
set(FALCOSECURITY_LIBS_VERSION "64fe18779bd6edf2f71e6be55d4d03cec20e4bce")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=1ec3b6446ab2ce4b35b77b81f825da544683411d8f7819b91596f3b510b7bbe1")
endif()

# cd /path/to/build && cmake /path/to/source
Expand Down

0 comments on commit 8e60b21

Please sign in to comment.