Skip to content

Commit

Permalink
update(cmake): bump libs and driver to 6caaa3c85d7c783b29cd32832f2552…
Browse files Browse the repository at this point in the history
…a4bd6cd739

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
  • Loading branch information
jasondellaluce committed Aug 22, 2023
1 parent 8ff7a5a commit fa61998
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/driver.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ else()
# In case you want to test against another driver version (or branch, or commit) just pass the variable -
# ie., `cmake -DDRIVER_VERSION=dev ..`
if(NOT DRIVER_VERSION)
set(DRIVER_VERSION "1bb3eea5380c06a4aceb635f70cf62829951ef00")
set(DRIVER_CHECKSUM "SHA256=dc5f9f620de1e399af8193429614cdf1ea0d02e0f3ab1b5e905992cf73caf16b")
set(DRIVER_VERSION "6caaa3c85d7c783b29cd32832f2552a4bd6cd739")
set(DRIVER_CHECKSUM "SHA256=0e32682499355332561962174119520cd02c652a6b73040f17d3099eee7537ea")
endif()

# cd /path/to/build && cmake /path/to/source
Expand Down
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 "1bb3eea5380c06a4aceb635f70cf62829951ef00")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=dc5f9f620de1e399af8193429614cdf1ea0d02e0f3ab1b5e905992cf73caf16b")
set(FALCOSECURITY_LIBS_VERSION "6caaa3c85d7c783b29cd32832f2552a4bd6cd739")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=0e32682499355332561962174119520cd02c652a6b73040f17d3099eee7537ea")
endif()

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

0 comments on commit fa61998

Please sign in to comment.