Skip to content

Commit

Permalink
update(falco): update libs to 0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra authored and poiana committed Jul 11, 2022
1 parent 62c1e87 commit 773156d
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 @@ -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 "0.7.0-rc3")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=d6c69d7a42879009d5a4e9bbd2f6ac838f298bf6e0a3ee9019708b089646c6ce")
set(FALCOSECURITY_LIBS_VERSION "0.7.0")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=3adc1620c0e830554a54cdd486158dc2c0c40552e113785b70fbbc99edb7d96f")
endif()

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

0 comments on commit 773156d

Please sign in to comment.