mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-10 02:59:38 +00:00
update(cmake): bump libs and driver to latest libs master.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
committed by
poiana
parent
0cc18d7617
commit
e300109624
@@ -35,9 +35,9 @@ else()
|
|||||||
# FALCOSECURITY_LIBS_VERSION. In case you want to test against another driver version (or
|
# FALCOSECURITY_LIBS_VERSION. In case you want to test against another driver version (or
|
||||||
# branch, or commit) just pass the variable - ie., `cmake -DDRIVER_VERSION=dev ..`
|
# branch, or commit) just pass the variable - ie., `cmake -DDRIVER_VERSION=dev ..`
|
||||||
if(NOT DRIVER_VERSION)
|
if(NOT DRIVER_VERSION)
|
||||||
set(DRIVER_VERSION "9ef8acd0b51ec76e0c81fd11b8252dd95ae7ce3a")
|
set(DRIVER_VERSION "eff27490e7d5259652047c9edc823049fe4fa876")
|
||||||
set(DRIVER_CHECKSUM
|
set(DRIVER_CHECKSUM
|
||||||
"SHA256=d5fe7d098ea58211d016514902e003f4ab8be4b10d89b254fbc86c9e659175da"
|
"SHA256=f2b7f7e7611c23b72aa2beb4550ba3fd219ebaa335e06534d89f3bc4f3f791f1"
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
@@ -42,9 +42,9 @@ else()
|
|||||||
# version (or branch, or commit) just pass the variable - ie., `cmake
|
# version (or branch, or commit) just pass the variable - ie., `cmake
|
||||||
# -DFALCOSECURITY_LIBS_VERSION=dev ..`
|
# -DFALCOSECURITY_LIBS_VERSION=dev ..`
|
||||||
if(NOT FALCOSECURITY_LIBS_VERSION)
|
if(NOT FALCOSECURITY_LIBS_VERSION)
|
||||||
set(FALCOSECURITY_LIBS_VERSION "9ef8acd0b51ec76e0c81fd11b8252dd95ae7ce3a")
|
set(FALCOSECURITY_LIBS_VERSION "eff27490e7d5259652047c9edc823049fe4fa876")
|
||||||
set(FALCOSECURITY_LIBS_CHECKSUM
|
set(FALCOSECURITY_LIBS_CHECKSUM
|
||||||
"SHA256=d5fe7d098ea58211d016514902e003f4ab8be4b10d89b254fbc86c9e659175da"
|
"SHA256=f2b7f7e7611c23b72aa2beb4550ba3fd219ebaa335e06534d89f3bc4f3f791f1"
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user