Skip to content

Commit b7429b3

Browse files
committed
chore(cmake): bump libs/drivers to 0.24.0-rc1/10.0.0-rc1+driver
Signed-off-by: Leonardo Di Giovanna <[email protected]>
1 parent a3d7dbe commit b7429b3

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 "ce1eae39dad060b264e13aa8fca7f2533ea04dc5")
38+
set(DRIVER_VERSION "10.0.0-rc1+driver")
3939
set(DRIVER_CHECKSUM
40-
"SHA256=fc3d81308aa0d053e03a42a8b076d7a7ab604f4aed58ccff92c0e06ea82303de"
40+
"SHA256=23621ee8fe5697d5d2e9339b2b9675587d5bd3016a9fc183ba6d5cc62e83e7ae"
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 "ce1eae39dad060b264e13aa8fca7f2533ea04dc5")
45+
set(FALCOSECURITY_LIBS_VERSION "0.24.0-rc1")
4646
set(FALCOSECURITY_LIBS_CHECKSUM
47-
"SHA256=fc3d81308aa0d053e03a42a8b076d7a7ab604f4aed58ccff92c0e06ea82303de"
47+
"SHA256=76527b9a15988bf1b4b3b56a40603008d436ba6dae0cff7e70fad9931b233bd0"
4848
)
4949
endif()
5050

0 commit comments

Comments
 (0)