Skip to content

Commit

Permalink
chore: bump libs to latest master
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
  • Loading branch information
Andreagit97 committed Feb 25, 2022
1 parent e6d1a17 commit 773c454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/falcosecurity-libs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ else()
# default below In case you want to test against another falcosecurity/libs version just pass the variable - ie., `cmake
# -DFALCOSECURITY_LIBS_VERSION=dev ..`
if(NOT FALCOSECURITY_LIBS_VERSION)
set(FALCOSECURITY_LIBS_VERSION "39e05ab79c77cfb05a3fa2309becc346d2b0fa2b")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=3f9a20e871d22333bfa34ea3f4a05d0697202895450dd3a7d519096c9e587b1e")
set(FALCOSECURITY_LIBS_VERSION "f05aaecd111e80ee0389bffb97c3e1309252d65f")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=361c55be3f69ff7c4e9ccd620fb629c79752003cbbf8883225e4649ba622a976")
endif()

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

0 comments on commit 773c454

Please sign in to comment.