Skip to content

Commit

Permalink
update(cmake): bumped libs to 0.13.3.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Oct 25, 2023
1 parent 9eb6116 commit 2996c12
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 @@ -35,8 +35,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.13.2")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=442810cc09a63406053ec3506ca16b59b5f5514ab08d478632f65beac6f167b5")
set(FALCOSECURITY_LIBS_VERSION "0.13.3")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=0077877004764935d658a42d60b3a4dc5672beb768da4d611ebb4c975cb94362")
endif()

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

0 comments on commit 2996c12

Please sign in to comment.