Skip to content

Commit 2dc126c

Browse files
FedeDPpoiana
authored andcommitted
update(cmake): bump libs to 0.14.3.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent ec68b50 commit 2dc126c

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.14.2")
39-
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=b4ae7bbf3ad031deee4a808145f9fd64b71c537406cc5a92f512823b2e52cdd5")
38+
set(FALCOSECURITY_LIBS_VERSION "0.14.3")
39+
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=da3d2df24947f1f3c96c3aa8b8999dde691c5ba8bb15beba4486b4c7d6b9d7f9")
4040
endif()
4141

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

0 commit comments

Comments
 (0)