From 970522fd3555bbde5afa822f0e08a501bf207edb Mon Sep 17 00:00:00 2001 From: Mauro Ezequiel Moltrasio Date: Fri, 28 Jun 2024 10:45:38 +0200 Subject: [PATCH] chore(build): bump driver version Signed-off-by: Mauro Ezequiel Moltrasio --- cmake/modules/driver.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index 8bfb77d442d..9059ab3c513 100644 --- a/cmake/modules/driver.cmake +++ b/cmake/modules/driver.cmake @@ -23,7 +23,7 @@ if(DRIVER_SOURCE_DIR) else() # DRIVER_REPO accepts a repository name (/) alternative to the falcosecurity/libs repository. # In case you want to test against a fork of falcosecurity/libs just pass the variable - - # ie., `cmake -DDRIVER_REPO=/libs ..` + # ie., `cmake -DDRIVER_REPO=/libs ..` if (NOT DRIVER_REPO) set(DRIVER_REPO "falcosecurity/libs") endif() @@ -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 "473bf06780abf9b00923c90d779e4ff16f19903a") - set(DRIVER_CHECKSUM "SHA256=aa45432acd385881365a8aee7bfe1982fd6278aa7b23466d6864c2ffda5216dd") + set(DRIVER_VERSION "ae5fbf62f17e5548ce66d271a2c3e70a1848677d") + set(DRIVER_CHECKSUM "SHA256=6313c1cbe2b1c17d8f5232a527ca733d53e3b1aee6bcb325b48979c613c5d75b") endif() # cd /path/to/build && cmake /path/to/source