From d0e8af6aab638e070e5607b3e5378985a61fa2de Mon Sep 17 00:00:00 2001 From: Luca Guerra Date: Wed, 23 Nov 2022 14:40:50 +0000 Subject: [PATCH] update(build): bump libs to 0.9.2 Signed-off-by: Luca Guerra --- 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 167d6f95..0fc5c879 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.9.0") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=5319a1b6a72eba3d9524cf084be5fc2ed81e3e90b3bee8edbe58b8646af0cbcb") + set(FALCOSECURITY_LIBS_VERSION "0.9.2") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=e1144595f0eb3b7fce31f92e124800aaf9aa31732551582f2ffd914f37f1a7c7") endif() # cd /path/to/build && cmake /path/to/source