We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef2911 commit 74021dcCopy full SHA for 74021dc
cmake/modules/falcosecurity-libs.cmake
@@ -32,8 +32,8 @@ else()
32
# In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable -
33
# ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..`
34
if(NOT FALCOSECURITY_LIBS_VERSION)
35
- set(FALCOSECURITY_LIBS_VERSION "0.18.1")
36
- set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=1812e8236c4cb51d3fe5dd066d71be99f25da7ed22d8feeeebeed09bdc26325f")
+ set(FALCOSECURITY_LIBS_VERSION "0.19.0")
+ set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=77c38b45c8b29c4da4f8ce49da68278b347a403ff1075307ff0cf540596303ac")
37
endif()
38
39
# cd /path/to/build && cmake /path/to/source
0 commit comments