Skip to content

Commit

Permalink
chore(build): update falco libs to 7e7a512
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <luca@guerra.sh>
  • Loading branch information
LucaGuerra committed Mar 3, 2022
1 parent 7c005aa commit b473807
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 "e71045b29dc4948f4b45ab2dd254499f9eeb0c09")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=964418a42f377d8d6881f086827779de4f9123a8cc952cc4a2d7112c8483a025")
set(FALCOSECURITY_LIBS_VERSION "7e7a5129b6e58b2c77662b8a9c5609851e29d575")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=83712dc3ff687900b1848ce9578eb6b554af3d3fc2924a7522e536b0fe012f32")
endif()

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

0 comments on commit b473807

Please sign in to comment.