update(cmake): bumped to latest libs/driver.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro 2023-03-27 09:58:34 +02:00 committed by poiana
parent f8f7e73a7f
commit bd13ba70e3
2 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,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 "c8b0d6a8fdc1bb3ea9067bc2fdc3ae5858cff48f")
set(DRIVER_CHECKSUM "SHA256=e1b408896d700d50909feec5f28a6e761995bf367a60ce8d0a9365149e822145")
set(DRIVER_VERSION "e006bf38219d392cd5aeb3c1109e4bdaa9ef1617")
set(DRIVER_CHECKSUM "SHA256=185963f6d658e8963f218ec1d45056b7f6e391d05244f6499aec74807d2190fb")
endif()
# cd /path/to/build && cmake /path/to/source

View File

@ -27,8 +27,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 "c8b0d6a8fdc1bb3ea9067bc2fdc3ae5858cff48f")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=e1b408896d700d50909feec5f28a6e761995bf367a60ce8d0a9365149e822145")
set(FALCOSECURITY_LIBS_VERSION "e006bf38219d392cd5aeb3c1109e4bdaa9ef1617")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=185963f6d658e8963f218ec1d45056b7f6e391d05244f6499aec74807d2190fb")
endif()
# cd /path/to/build && cmake /path/to/source