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:
FedeDP 2024-12-02 17:34:20 +00:00 committed by poiana
parent 242f25ae25
commit 9f29444b17
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 "5f327574787ada8fc635399de77073ee20bab7ca")
set(DRIVER_VERSION "12c8b09a4c50a8db52b07105d29eb6eee826b3e9")
set(DRIVER_CHECKSUM
"SHA256=a7a98e537f21bf9a1b086c867497ce776045c0eaeb194822296920911816e6bb"
"SHA256=345665169f7fce64af926ef018ad4c62170ff15c6d07ad2f5cb7ff23431f6af1"
)
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 "5f327574787ada8fc635399de77073ee20bab7ca")
set(FALCOSECURITY_LIBS_VERSION "12c8b09a4c50a8db52b07105d29eb6eee826b3e9")
set(FALCOSECURITY_LIBS_CHECKSUM
"SHA256=a7a98e537f21bf9a1b086c867497ce776045c0eaeb194822296920911816e6bb"
"SHA256=345665169f7fce64af926ef018ad4c62170ff15c6d07ad2f5cb7ff23431f6af1"
)
endif()