From bd11114ce2ebab74fc965be3a0989902e01264a9 Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Fri, 11 Nov 2022 17:04:43 +0000 Subject: [PATCH] chore: bump libs version Signed-off-by: Andrea Terzolo --- cmake/modules/driver.cmake | 4 ++-- cmake/modules/falcosecurity-libs.cmake | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index 2cb8a306985..c74fb8c2520 100644 --- a/cmake/modules/driver.cmake +++ b/cmake/modules/driver.cmake @@ -26,8 +26,8 @@ else() # In case you want to test against another driver version (or branch, or commit) just pass the variable - # ie., `cmake -DDRIVER_VERSION=dev ..` if(NOT DRIVER_VERSION) - set(DRIVER_VERSION "bb9702d5d3d3358804b1d483e7648dc55a2b7826") - set(DRIVER_CHECKSUM "SHA256=447aa085ccedcd649e91f68aefff13d4ca2a9ddc0faa5c4e30dd76d45ae47267") + set(DRIVER_VERSION "0b77a4952ff0732bc8ff4cfe66da9f99ae0cdf8d") + set(DRIVER_CHECKSUM "SHA256=b4d61b965142c33cb4afb312b144a5c0ace981f0fd78f752aaa21029648d28e5") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 259f915d2bf..3fea9bfcc79 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 "bb9702d5d3d3358804b1d483e7648dc55a2b7826") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=447aa085ccedcd649e91f68aefff13d4ca2a9ddc0faa5c4e30dd76d45ae47267") + set(FALCOSECURITY_LIBS_VERSION "0b77a4952ff0732bc8ff4cfe66da9f99ae0cdf8d") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=b4d61b965142c33cb4afb312b144a5c0ace981f0fd78f752aaa21029648d28e5") endif() # cd /path/to/build && cmake /path/to/source