update(build): updated libs version for Falco 0.32.0 release.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro 2022-05-26 08:54:10 +02:00 committed by poiana
parent 3b462af58e
commit 1d343c93f3

View File

@ -24,8 +24,8 @@ else()
# default below In case you want to test against another falcosecurity/libs version just pass the variable - ie., `cmake
# -DFALCOSECURITY_LIBS_VERSION=dev ..`
if(NOT FALCOSECURITY_LIBS_VERSION)
set(FALCOSECURITY_LIBS_VERSION "7d9881b92efc39b1d2e261b86bd92b2c8147d8fd")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=720a5ae59deb435dcfbaf50770e8bee6cd33c1d7148559dddcb4df363ee51355")
set(FALCOSECURITY_LIBS_VERSION "bd94f3189774e5298dd383bf913da7b3b620a94a")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=47ac683381db7be4f8c2ff4a9e647b14634888abd7d4a2fdb0aba8a9ef3d4d99")
endif()
# cd /path/to/build && cmake /path/to/source