From 813bd58231de2968f35119da1731aa057340ebf5 Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Thu, 18 May 2023 15:45:17 +0000 Subject: [PATCH] update(cmake): bump libs to 8f52cdc56fce7ff95adaaa58eeb706da244bf0ce Signed-off-by: Jason Dellaluce --- 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 1eea1dd09b3..aa98c3031db 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -27,8 +27,8 @@ else() # In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable - # ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..` if(NOT FALCOSECURITY_LIBS_VERSION) - set(FALCOSECURITY_LIBS_VERSION "b596458acb265028dbf0505ca45111e464470b4d") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=ddc9241cfd5c9e64852c4feb7a95ec7b46923e9c79749cb4146a77ab1e109683") + set(FALCOSECURITY_LIBS_VERSION "8f52cdc56fce7ff95adaaa58eeb706da244bf0ce") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=817b5cf3e80179a3f9fc8d56440e39aba45b2a7f5d2707c1cf5d3981fbf449e0") endif() # cd /path/to/build && cmake /path/to/source