update(cmake): bump driver and libs to c592f4f230e48f36a50c1716fd94e7e279b67513

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce
2023-02-17 16:49:45 +00:00
committed by poiana
parent 5ed5c63202
commit b9d03e8f2b
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 "8a8d2389e4eea9e89efef9e3b06a70aa2a0bf5d0")
set(DRIVER_CHECKSUM "SHA256=b8cd2827a10a26837f05b212734051c769a3e4d9d615acc411fd3966ed4ec6ab")
set(DRIVER_VERSION "c592f4f230e48f36a50c1716fd94e7e279b67513")
set(DRIVER_CHECKSUM "SHA256=2134ccfec153784926879719be6f38a3ef3864b867a5b7cae350135c42a2a4a0")
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 "8a8d2389e4eea9e89efef9e3b06a70aa2a0bf5d0")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=b8cd2827a10a26837f05b212734051c769a3e4d9d615acc411fd3966ed4ec6ab")
set(FALCOSECURITY_LIBS_VERSION "c592f4f230e48f36a50c1716fd94e7e279b67513")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=2134ccfec153784926879719be6f38a3ef3864b867a5b7cae350135c42a2a4a0")
endif()
# cd /path/to/build && cmake /path/to/source