update(cmake): bump libs and driver to a8fdacdb

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce 2024-05-08 15:56:33 +00:00 committed by poiana
parent b2e4cddcdf
commit d17f2afe4f
2 changed files with 4 additions and 4 deletions

View File

@ -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 "02455b48f3a7c27ed7238ab9d13d3bfc97d00589")
set(DRIVER_CHECKSUM "SHA256=9c26ea22346e4dbaa348895ad34b09c47075da432cb190f907d5ae55ea8678ff")
set(DRIVER_VERSION "a8fdacdbbf26723d2acf07924ce6338e58315177")
set(DRIVER_CHECKSUM "SHA256=3b16cdc509cbaa1861d9e755df590e85dcee3ac46f8fb539d8874d1d9efeb04f")
endif()
# cd /path/to/build && cmake /path/to/source

View File

@ -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 "02455b48f3a7c27ed7238ab9d13d3bfc97d00589")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=9c26ea22346e4dbaa348895ad34b09c47075da432cb190f907d5ae55ea8678ff")
set(FALCOSECURITY_LIBS_VERSION "a8fdacdbbf26723d2acf07924ce6338e58315177")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=3b16cdc509cbaa1861d9e755df590e85dcee3ac46f8fb539d8874d1d9efeb04f")
endif()
# cd /path/to/build && cmake /path/to/source