From b02898dc4c86a85825343a49c857a813fea84e42 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Mon, 25 Sep 2023 12:36:11 +0200 Subject: [PATCH] chore(cmake): bumped libs to 0.13.1. Signed-off-by: Federico Di Pierro --- 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 4942b397..fbcf6e7a 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-rc1") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=42d488016ddffe2476ead30a7fdb1f383af96206250e9cb8d639a13439059f94") + set(FALCOSECURITY_LIBS_VERSION "0.13.1") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=2be42a27be3ffe6bd7e53eaa5d8358cab05a0dca821819c6e9059e51b9786219") endif() # cd /path/to/build && cmake /path/to/source