update(cmake): bumped libs to 0.17.0-rc1 and falcoctl to v0.8.0-rc6.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro
2024-05-17 15:51:02 +02:00
committed by poiana
parent b0f352e7b9
commit dfbd1810f9
3 changed files with 7 additions and 7 deletions

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 "a8fdacdbbf26723d2acf07924ce6338e58315177")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=3b16cdc509cbaa1861d9e755df590e85dcee3ac46f8fb539d8874d1d9efeb04f")
set(FALCOSECURITY_LIBS_VERSION "0.17.0-rc1")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=63809beb5e448911f153b8c25f814075238a55f301923aeb3d2374be6309460b")
endif()
# cd /path/to/build && cmake /path/to/source