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
2026-02-16 06:46:33 +00:00
committed by github-actions[bot]
parent b511b54d21
commit eca8be4692
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.1.0+driver")
set(DRIVER_VERSION "849cd5d816ea49e8ee583a10ab58f9ad7f652bb0")
set(DRIVER_CHECKSUM
"SHA256=14cba5b610bf48cd0a0a94b1156ed86bfb552c7ed24b68b1028360fa3af18cbb"
"SHA256=54971f4425191dd05f1e249020970895dcd15c2e3f920ce3e4c1d205ea0e94b9"
)
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.23.1")
set(FALCOSECURITY_LIBS_VERSION "849cd5d816ea49e8ee583a10ab58f9ad7f652bb0")
set(FALCOSECURITY_LIBS_CHECKSUM
"SHA256=38c580626b072ed24518e8285a629923c8c4c6d6794b91b3b93474db7fd85cf7"
"SHA256=54971f4425191dd05f1e249020970895dcd15c2e3f920ce3e4c1d205ea0e94b9"
)
endif()