From ed1aa604d5d65fe0672e574da033bd1f484fb837 Mon Sep 17 00:00:00 2001 From: Roberto Scolaro Date: Mon, 17 Jun 2024 08:55:49 +0000 Subject: [PATCH] update(deps): bump libs to 0.17.2 Signed-off-by: Roberto Scolaro --- 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 649570f3c6..3a11d348fa 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -32,8 +32,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.17.1") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=d252aa689f7d3eafe9470d553ed4e42e0c58fd2c90141f77ca3e6f7de10c2b14") + set(FALCOSECURITY_LIBS_VERSION "0.17.2") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=5c4f0c987272b7d5236f6ab2bbe3906ffdaf76b59817b63cf90cc8c387ab5b15") endif() # cd /path/to/build && cmake /path/to/source