From d3be537f7e6c6022318d2d2a588e3498eab87bf8 Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Thu, 23 Sep 2021 14:44:19 -0700 Subject: [PATCH] Update to use latest version of falcosecurity/libs --- cmake/modules/falcosecurity-libs.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 1172691b..2f116764 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -21,7 +21,7 @@ file(MAKE_DIRECTORY ${FALCOSECURITY_LIBS_CMAKE_WORKING_DIR}) # -DFALCOSECURITY_LIBS_VERSION=dev ..` if(NOT FALCOSECURITY_LIBS_VERSION) set(FALCOSECURITY_LIBS_VERSION "new/plugin-system-api-additions") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=176e1aca6a42baac1dd4c0eadbc9de854d1145ff5d057d115e2c6ff4c4b4d7e0") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=6f8c5f17dd6c8b07425c0b8633df2d72e829e70e76c491cdb3b04ee4c495bfff") endif() # cd /path/to/build && cmake /path/to/source