From 40e3fdd09c3dd0567a718223d658c792a63b3111 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Fri, 12 Nov 2021 17:17:07 +0100 Subject: [PATCH] update(build): updated libs. Signed-off-by: Federico Di Pierro --- cmake/modules/falcosecurity-libs.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 80fe1bae..d441e64b 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -20,8 +20,8 @@ file(MAKE_DIRECTORY ${FALCOSECURITY_LIBS_CMAKE_WORKING_DIR}) # default below In case you want to test against another falcosecurity/libs version just pass the variable - ie., `cmake # -DFALCOSECURITY_LIBS_VERSION=dev ..` if(NOT FALCOSECURITY_LIBS_VERSION) - set(FALCOSECURITY_LIBS_VERSION "cb9bb5e4e0c5fe1542482af802d38a8da8f83c03") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=8c5c7cb8ac2b8e82eefa6a84bd3d43198f28221966c7faddb13d0912230b2aad") + set(FALCOSECURITY_LIBS_VERSION "a77eefdf338facc3b5adc00876f6b1af08096cf8") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=b10817cd2234c9450d2213decce217a30db0089879f9724ec8942e95ed2e777d") endif() # cd /path/to/build && cmake /path/to/source