Skip to content

Commit 21945cc

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 59dae06 commit 21945cc

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 "7b08f8a0a12b56d59eab73052e637ca123623f61")
38+
set(DRIVER_VERSION "30a8910c1166358541bfafc07a75fc57447c5152")
3939
set(DRIVER_CHECKSUM
40-
"SHA256=43c72a98e48d04177c8223ccdfe88de6f09958f2330b6b9ee26882f1a77e369f"
40+
"SHA256=56586ce5063e5beea9a35c0def4e570cdfd197b14cd424c19e02c7820296eeea"
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 "7b08f8a0a12b56d59eab73052e637ca123623f61")
45+
set(FALCOSECURITY_LIBS_VERSION "30a8910c1166358541bfafc07a75fc57447c5152")
4646
set(FALCOSECURITY_LIBS_CHECKSUM
47-
"SHA256=43c72a98e48d04177c8223ccdfe88de6f09958f2330b6b9ee26882f1a77e369f"
47+
"SHA256=56586ce5063e5beea9a35c0def4e570cdfd197b14cd424c19e02c7820296eeea"
4848
)
4949
endif()
5050

0 commit comments

Comments
 (0)