From 9f7bd38c5d55ed899a40ce67525328e044f9a001 Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Fri, 13 Oct 2023 14:57:49 +0200 Subject: [PATCH] chore: bump libs to 0.13.2 tag Signed-off-by: Andrea Terzolo --- 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 fbcf6e7a072..788cfb0d3d4 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -35,8 +35,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.13.1") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=2be42a27be3ffe6bd7e53eaa5d8358cab05a0dca821819c6e9059e51b9786219") + set(FALCOSECURITY_LIBS_VERSION "0.13.2") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=544d5520c19613e68d29379d6a3b1b1c6f4f2e6f22afce7179abde94e8202b68") endif() # cd /path/to/build && cmake /path/to/source