Skip to content

Commit

Permalink
chore: bump FALCOSECURITY_LIBS_VERSION
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 2d99c8b
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 "0765e5de629259b71303b39ca9ce4c778faad14f")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=8cb086d85855b8333b7875d36cfdf4d126b924ab3e6c8999d8656385dca9d0b1")
endif()

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

0 comments on commit 2d99c8b

Please sign in to comment.