diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index dbc60953..3e41901a 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -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