Skip to content

Commit

Permalink
chore(build): bump libs version
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Ezequiel Moltrasio <[email protected]>
  • Loading branch information
Molter73 committed Jun 27, 2024
1 parent 28ae76e commit a6bf54d
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 "473bf06780abf9b00923c90d779e4ff16f19903a")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=aa45432acd385881365a8aee7bfe1982fd6278aa7b23466d6864c2ffda5216dd")
set(FALCOSECURITY_LIBS_VERSION "ae5fbf62f17e5548ce66d271a2c3e70a1848677d")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=6313c1cbe2b1c17d8f5232a527ca733d53e3b1aee6bcb325b48979c613c5d75b")
endif()

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

0 comments on commit a6bf54d

Please sign in to comment.