Skip to content

Commit b61695d

Browse files
poianagithub-actions[bot]
authored andcommitted
update(cmake): update libs and driver to latest master.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ecbf70b commit b61695d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmake/modules/driver.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ else()
3535
# FALCOSECURITY_LIBS_VERSION. In case you want to test against another driver version (or
3636
# branch, or commit) just pass the variable - ie., `cmake -DDRIVER_VERSION=dev ..`
3737
if(NOT DRIVER_VERSION)
38-
set(DRIVER_VERSION "9.0.0+driver")
38+
set(DRIVER_VERSION "04eaffe29415c8e56c25318e394cebb650ae5fe3")
3939
set(DRIVER_CHECKSUM
40-
"SHA256=ef563fe19f9cdbdfcf17cee3e83c79e8387b78a87e0593eb3e2787c9b8540113"
40+
"SHA256=86c8e873f8af098e9893b6dd4d91fbcf797c533e645dfa26f36ffbb508cad8ba"
4141
)
4242
endif()
4343

cmake/modules/falcosecurity-libs.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ else()
4242
# version (or branch, or commit) just pass the variable - ie., `cmake
4343
# -DFALCOSECURITY_LIBS_VERSION=dev ..`
4444
if(NOT FALCOSECURITY_LIBS_VERSION)
45-
set(FALCOSECURITY_LIBS_VERSION "0.22.1")
45+
set(FALCOSECURITY_LIBS_VERSION "04eaffe29415c8e56c25318e394cebb650ae5fe3")
4646
set(FALCOSECURITY_LIBS_CHECKSUM
47-
"SHA256=12fe0a85c77eecda8b3cd8e192fe4c0dde37e4d9b938d27e9d3433728beca67b"
47+
"SHA256=86c8e873f8af098e9893b6dd4d91fbcf797c533e645dfa26f36ffbb508cad8ba"
4848
)
4949
endif()
5050

0 commit comments

Comments
 (0)