Skip to content

Commit 0e4c580

Browse files
FedeDPpoiana
authored andcommitted
update(cmake): bump libs to master.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent b8e5e2e commit 0e4c580

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmake/modules/driver.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ else()
3434
# In case you want to test against another driver version (or branch, or commit) just pass the variable -
3535
# ie., `cmake -DDRIVER_VERSION=dev ..`
3636
if(NOT DRIVER_VERSION)
37-
set(DRIVER_VERSION "1d31ad615fde258a461da8bd2bee93bcbcbf9a65")
38-
set(DRIVER_CHECKSUM "SHA256=55e70dd60c2a96af90b7048b0f26b224fae3fce5e29560b560c1658f1df8c268")
37+
set(DRIVER_VERSION "774db6b944cb4c7bca692400cec89cf14312cac2")
38+
set(DRIVER_CHECKSUM "SHA256=61984089d71cc96e4fdf1ffe82b4da16802a0228859d7f15745173f0c9673b5e")
3939
endif()
4040

4141
# cd /path/to/build && cmake /path/to/source

cmake/modules/falcosecurity-libs.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ else()
3535
# In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable -
3636
# ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..`
3737
if(NOT FALCOSECURITY_LIBS_VERSION)
38-
set(FALCOSECURITY_LIBS_VERSION "1d31ad615fde258a461da8bd2bee93bcbcbf9a65")
39-
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=55e70dd60c2a96af90b7048b0f26b224fae3fce5e29560b560c1658f1df8c268")
38+
set(FALCOSECURITY_LIBS_VERSION "774db6b944cb4c7bca692400cec89cf14312cac2")
39+
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=61984089d71cc96e4fdf1ffe82b4da16802a0228859d7f15745173f0c9673b5e")
4040
endif()
4141

4242
# cd /path/to/build && cmake /path/to/source

0 commit comments

Comments
 (0)