chore: bump to latest libs commit

Signed-off-by: Andrea Terzolo <andreaterzolo3@gmail.com>
This commit is contained in:
Andrea Terzolo 2024-03-11 13:49:02 +01:00 committed by poiana
parent 8dbec6c779
commit c5bb2b68e2
2 changed files with 4 additions and 4 deletions

View File

@ -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 "f2eabad40d2b3bd74c63743ed7f7a020c85f3aaa")
set(DRIVER_CHECKSUM "SHA256=5e1d0d6ff736b49b8b49e9cf5881be8db622cea5586d71d1974b6f8152e0b978")
set(DRIVER_VERSION "5dc692e3045f5102e1f7752d40ec7e4f81cbc29e")
set(DRIVER_CHECKSUM "SHA256=bf5c8fc89da46d1d3ed828e4be715e459c7d923ffee86952c35c30a009f945b6")
endif()
# cd /path/to/build && cmake /path/to/source

View File

@ -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 "f2eabad40d2b3bd74c63743ed7f7a020c85f3aaa")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=5e1d0d6ff736b49b8b49e9cf5881be8db622cea5586d71d1974b6f8152e0b978")
set(FALCOSECURITY_LIBS_VERSION "5dc692e3045f5102e1f7752d40ec7e4f81cbc29e")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=bf5c8fc89da46d1d3ed828e4be715e459c7d923ffee86952c35c30a009f945b6")
endif()
# cd /path/to/build && cmake /path/to/source