From 5fe9fc9d8987b8c26404c879404d1cd8a8c9d9bc Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Thu, 14 Mar 2024 10:19:53 +0100 Subject: [PATCH] update(cmake): bumped libs and driver to 0.15.0-rc1. Signed-off-by: Federico Di Pierro --- 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 9f887969..a4a6dd34 100644 --- a/cmake/modules/driver.cmake +++ b/cmake/modules/driver.cmake @@ -34,8 +34,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 "5fbb7991ad2f5fcd6ab488ae0b5cbec0a289a6b5") - set(DRIVER_CHECKSUM "SHA256=f33c0527d8d8501b25661912bd52e1e7d00b31dec01ef496c43dfad557eb6bad") + set(DRIVER_VERSION "0.15.0-rc1") + set(DRIVER_CHECKSUM "SHA256=c7bc705fc2b0f8dff8b39a6c865044040e10be41567e2c951908b5051786a06b") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 50c289d5..c78ba221 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 "5fbb7991ad2f5fcd6ab488ae0b5cbec0a289a6b5") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=f33c0527d8d8501b25661912bd52e1e7d00b31dec01ef496c43dfad557eb6bad") + set(FALCOSECURITY_LIBS_VERSION "0.15.0-rc1") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=c7bc705fc2b0f8dff8b39a6c865044040e10be41567e2c951908b5051786a06b") endif() # cd /path/to/build && cmake /path/to/source