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

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: poiana <51138685+poiana@users.noreply.github.com>
Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
This commit is contained in:
poiana
2026-04-27 07:21:03 +00:00
parent 9b72af58ec
commit af5bd6cda7
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 "10.0.0-rc2+driver")
set(DRIVER_VERSION "3b9f6039e182ce0538e7beea9c5bd39dd3608ece")
set(DRIVER_CHECKSUM
"SHA256=b6567574b4b8fbb672c2dbeab26b98b0add173ead1f00b6fb30ab6ddb0bdb73a"
"SHA256=d6fa8a713a1ee64b4de8e03ec6d990ae04d4a0db5a97c02e5c5783ac094407cf"
)
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.24.0-rc1")
set(FALCOSECURITY_LIBS_VERSION "3b9f6039e182ce0538e7beea9c5bd39dd3608ece")
set(FALCOSECURITY_LIBS_CHECKSUM
"SHA256=76527b9a15988bf1b4b3b56a40603008d436ba6dae0cff7e70fad9931b233bd0"
"SHA256=d6fa8a713a1ee64b4de8e03ec6d990ae04d4a0db5a97c02e5c5783ac094407cf"
)
endif()