Skip to content

Commit b50f005

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 2ddcb51 commit b50f005

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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 "9e6a8ccd4e4f5796f45ad486decd00b4996129b7")
38+
set(DRIVER_VERSION "707b3dc1a7242b524689a9038b647216bc914682")
3939
set(DRIVER_CHECKSUM
40-
"SHA256=87902814e29718529094b89ff2a3ddbd4ee7aa77da824d4acbaad0d863e04ce9"
40+
"SHA256=ce22edaa5aee0ddfab6e90a0696f0715b39f24a588aee8f1279c864572650039"
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 "9e6a8ccd4e4f5796f45ad486decd00b4996129b7")
45+
set(FALCOSECURITY_LIBS_VERSION "707b3dc1a7242b524689a9038b647216bc914682")
4646
set(FALCOSECURITY_LIBS_CHECKSUM
47-
"SHA256=87902814e29718529094b89ff2a3ddbd4ee7aa77da824d4acbaad0d863e04ce9"
47+
"SHA256=ce22edaa5aee0ddfab6e90a0696f0715b39f24a588aee8f1279c864572650039"
4848
)
4949
endif()
5050

0 commit comments

Comments
 (0)