From c36300a48c9bd4a00870e34ed356f0e6ceaebcac Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Thu, 21 Apr 2022 08:15:09 +0000 Subject: [PATCH] update(build): bump libs version to d6b75db133602dee81b4408902f2510275feae57 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 6b62e4b3..1623888f 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -24,8 +24,8 @@ else() # 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 "b19f87e8aee663e4987a3db54570725e071ed105") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=fd5888588796bf52848cf75434784770e61d9a79f344bf571fe495b61e92ddd3") + set(FALCOSECURITY_LIBS_VERSION "d6b75db133602dee81b4408902f2510275feae57") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=396f784924d2916431ecfbfcd3732cc328f29c543c7cf5a917053f634ef6f7d4") endif() # cd /path/to/build && cmake /path/to/source