From fd4609884aa657f843124c2b4f015da3368f19d4 Mon Sep 17 00:00:00 2001 From: Leonardo Di Giovanna Date: Mon, 22 Dec 2025 14:55:43 +0100 Subject: [PATCH] chore(cmake): bump libs to `0.23.0-rc2` Signed-off-by: Leonardo Di Giovanna --- 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 b7e115a2..03583a1e 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -42,9 +42,9 @@ else() # 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.23.0-rc1") + set(FALCOSECURITY_LIBS_VERSION "0.23.0-rc2") set(FALCOSECURITY_LIBS_CHECKSUM - "SHA256=1eb7835efff1b77f0410d29331dff8e43bbe43fbaaa09546596067ac5efaf3e5" + "SHA256=acb5d13514b48a9a582ffc510394b9002092b50d1ed4082e7bfec0861d18e6d4" ) endif()