From 76726d7deff56d7bfbcf0ac58cfec8cdb6c88573 Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Tue, 29 Nov 2022 11:40:11 +0100 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 1b9b2817..8bc64390 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 "a29e429431c4647cafd61a4c975034974b30720f") - set(DRIVER_CHECKSUM "SHA256=9757637ec8227de7d4060b5cc201804bcd5e434602f9142682f387665159abb8") + set(DRIVER_VERSION "43579a38cd35f1c0d2c0550c29fdbf11fb193b27") + set(DRIVER_CHECKSUM "SHA256=36f0aff6e456b76c869e77e034b6bd4a358b78e66ef47c3bfc1c8e9bd27d2671") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index d85fb451..8a05f587 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 "a29e429431c4647cafd61a4c975034974b30720f") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=9757637ec8227de7d4060b5cc201804bcd5e434602f9142682f387665159abb8") + set(FALCOSECURITY_LIBS_VERSION "43579a38cd35f1c0d2c0550c29fdbf11fb193b27") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=36f0aff6e456b76c869e77e034b6bd4a358b78e66ef47c3bfc1c8e9bd27d2671") endif() # cd /path/to/build && cmake /path/to/source