mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-31 22:28:22 +00:00
chore(cmake): bumped libs to 0.16.0-rc2.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
committed by
poiana
parent
e2c2b50b3b
commit
20c394ba34
@@ -34,8 +34,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 "b3734896de3fa23a78003a0d203d6a3aae896339")
|
||||
set(DRIVER_CHECKSUM "SHA256=5ae858f9ba65797f4fedbaecee02dde1cfeac5a7b06ed1b8ae1f342780af1991")
|
||||
set(DRIVER_VERSION "7.1.0+driver-rc1")
|
||||
set(DRIVER_CHECKSUM "SHA256=a87e80ed0430c1f0a83ce136bb97b52369770091c2090f385ed5d4030743d51f")
|
||||
endif()
|
||||
|
||||
# cd /path/to/build && cmake /path/to/source
|
||||
|
@@ -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 "b3734896de3fa23a78003a0d203d6a3aae896339")
|
||||
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=5ae858f9ba65797f4fedbaecee02dde1cfeac5a7b06ed1b8ae1f342780af1991")
|
||||
set(FALCOSECURITY_LIBS_VERSION "0.16.0-rc2")
|
||||
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=820f631d3544f2f119e097bf0914cabf7e6e83f1c1ca592399e004a6d34e7713")
|
||||
endif()
|
||||
|
||||
# cd /path/to/build && cmake /path/to/source
|
||||
|
Reference in New Issue
Block a user