Skip to content

Commit 241f620

Browse files
FedeDPpoiana
authored andcommittedSep 18, 2024·
update(cmake): bump libs to 0.18.0 and driver to 7.3.0+driver.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent 80816e6 commit 241f620

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

Diff for: ‎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 "0.18.0-rc2")
38-
set(DRIVER_CHECKSUM "SHA256=e016ee1113eb5a14c85d9c4828244f5fba37cd663ecd38f5b58fbc4142348782")
37+
set(DRIVER_VERSION "7.3.0+driver")
38+
set(DRIVER_CHECKSUM "SHA256=8f572d9a83feda635a3fa53b859d61e37af127c241e35068aadee3bc50d212c0")
3939
endif()
4040

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

Diff for: ‎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 "0.18.0-rc2")
39-
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=e016ee1113eb5a14c85d9c4828244f5fba37cd663ecd38f5b58fbc4142348782")
38+
set(FALCOSECURITY_LIBS_VERSION "0.18.0")
39+
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=0af0d46edcf97c01e3b5307732ff451d5175e8231ee6b8eec0a498d4c48f308b")
4040
endif()
4141

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

0 commit comments

Comments
 (0)
Please sign in to comment.