Skip to content

Commit 74021dc

Browse files
committed
update(deps): bump libs to 0.19.0
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
1 parent 6ef2911 commit 74021dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/modules/falcosecurity-libs.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ else()
3232
# In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable -
3333
# ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..`
3434
if(NOT FALCOSECURITY_LIBS_VERSION)
35-
set(FALCOSECURITY_LIBS_VERSION "0.18.1")
36-
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=1812e8236c4cb51d3fe5dd066d71be99f25da7ed22d8feeeebeed09bdc26325f")
35+
set(FALCOSECURITY_LIBS_VERSION "0.19.0")
36+
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=77c38b45c8b29c4da4f8ce49da68278b347a403ff1075307ff0cf540596303ac")
3737
endif()
3838

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

0 commit comments

Comments
 (0)