diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index 4638e030..53aa6a59 100644 --- a/cmake/modules/driver.cmake +++ b/cmake/modules/driver.cmake @@ -26,8 +26,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 "2.0.0-rc1+driver") - set(DRIVER_CHECKSUM "SHA256=66895c6f04897503541740422715922db6a63b6d3de3e60c523580c394bcf2ae") + set(DRIVER_VERSION "2.0.0+driver") + set(DRIVER_CHECKSUM "SHA256=e616dfe27f95670a63150339ea2484937c5ce9b7e42d176de86c3f61481ae676") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 3b53e2d6..dbc60953 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-rc2") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=e028df5a12413281b0ad9c2bbcda0316bdad1d8d2efb9c6863a97a64e83e3e02") + set(FALCOSECURITY_LIBS_VERSION "0.7.0-rc3") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=d6c69d7a42879009d5a4e9bbd2f6ac838f298bf6e0a3ee9019708b089646c6ce") endif() # cd /path/to/build && cmake /path/to/source