Skip to content

Commit

Permalink
update(cmake): bump libs to 8f52cdc56fce7ff95adaaa58eeb706da244bf0ce
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
  • Loading branch information
jasondellaluce committed May 18, 2023
1 parent 9dc5362 commit 813bd58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/falcosecurity-libs.cmake
Expand Up @@ -27,8 +27,8 @@ else()
# In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable -
# ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..`
if(NOT FALCOSECURITY_LIBS_VERSION)
set(FALCOSECURITY_LIBS_VERSION "b596458acb265028dbf0505ca45111e464470b4d")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=ddc9241cfd5c9e64852c4feb7a95ec7b46923e9c79749cb4146a77ab1e109683")
set(FALCOSECURITY_LIBS_VERSION "8f52cdc56fce7ff95adaaa58eeb706da244bf0ce")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=817b5cf3e80179a3f9fc8d56440e39aba45b2a7f5d2707c1cf5d3981fbf449e0")
endif()

# cd /path/to/build && cmake /path/to/source
Expand Down

0 comments on commit 813bd58

Please sign in to comment.