Skip to content

Commit c235f5b

Browse files
LucaGuerrapoiana
authored andcommitted
chore(build): update libs to 0.18.1 (master branch)
Signed-off-by: Luca Guerra <[email protected]>
1 parent 3a6d1c8 commit c235f5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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")
39-
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=0af0d46edcf97c01e3b5307732ff451d5175e8231ee6b8eec0a498d4c48f308b")
38+
set(FALCOSECURITY_LIBS_VERSION "0.18.1")
39+
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=1812e8236c4cb51d3fe5dd066d71be99f25da7ed22d8feeeebeed09bdc26325f")
4040
endif()
4141

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

0 commit comments

Comments
 (0)