From 14035d87903842afb6d5c991e593af940129b7a2 Mon Sep 17 00:00:00 2001 From: Lorenzo Susini Date: Tue, 6 Jun 2023 13:30:35 +0000 Subject: [PATCH] update(cmake): bump libs to 0.11.1 Signed-off-by: Lorenzo Susini --- 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 9851ad3117b..2412fb890a3 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 "0.11.0") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=90414d00591986e94f2c49e7d65eef5c2dedee266354dd3db8234bb3b06c86fa") + set(FALCOSECURITY_LIBS_VERSION "0.11.1") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=5bfc4aa37fd7cfeb38cf0db377740705b3e74ce593efca5d18c077a67c47bf94") endif() # cd /path/to/build && cmake /path/to/source