update(falco): update libs to 0.7.0

Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
Luca Guerra 2022-07-11 07:29:50 +00:00 committed by poiana
parent 62c1e875d5
commit 773156de04

View File

@ -27,8 +27,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 "0.7.0-rc3")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=d6c69d7a42879009d5a4e9bbd2f6ac838f298bf6e0a3ee9019708b089646c6ce")
set(FALCOSECURITY_LIBS_VERSION "0.7.0")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=3adc1620c0e830554a54cdd486158dc2c0c40552e113785b70fbbc99edb7d96f")
endif()
# cd /path/to/build && cmake /path/to/source