update(cmake): update libs and driver to latest master.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
poiana
2025-12-08 06:42:31 +00:00
parent 0c6b926cd6
commit 1582018a2c
2 changed files with 4 additions and 4 deletions

View File

@@ -35,9 +35,9 @@ else()
# FALCOSECURITY_LIBS_VERSION. 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 "9.0.0+driver")
set(DRIVER_VERSION "69417c3b52e4ba123dd32dbab3795b6447486a57")
set(DRIVER_CHECKSUM
"SHA256=ef563fe19f9cdbdfcf17cee3e83c79e8387b78a87e0593eb3e2787c9b8540113"
"SHA256=38c51b565023992b02fa64a5ebda01565c41e558c5fe6f84227bd67769c6234e"
)
endif()

View File

@@ -42,9 +42,9 @@ else()
# version (or branch, or commit) just pass the variable - ie., `cmake
# -DFALCOSECURITY_LIBS_VERSION=dev ..`
if(NOT FALCOSECURITY_LIBS_VERSION)
set(FALCOSECURITY_LIBS_VERSION "0.22.1")
set(FALCOSECURITY_LIBS_VERSION "69417c3b52e4ba123dd32dbab3795b6447486a57")
set(FALCOSECURITY_LIBS_CHECKSUM
"SHA256=12fe0a85c77eecda8b3cd8e192fe4c0dde37e4d9b938d27e9d3433728beca67b"
"SHA256=38c51b565023992b02fa64a5ebda01565c41e558c5fe6f84227bd67769c6234e"
)
endif()