Skip to content

Commit

Permalink
update(cmake): bump libs and driver to 1991dfe0
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <[email protected]>
  • Loading branch information
jasondellaluce committed May 7, 2024
1 parent 16d0f74 commit 1dee81f
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 @@ -34,8 +34,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 "02455b48f3a7c27ed7238ab9d13d3bfc97d00589")
set(DRIVER_CHECKSUM "SHA256=9c26ea22346e4dbaa348895ad34b09c47075da432cb190f907d5ae55ea8678ff")
set(DRIVER_VERSION "1991dfe091370f2f7e02a759b6f7028f00828446")
set(DRIVER_CHECKSUM "SHA256=52959785bf0d971c1002ba5fd28730d37a152f60c3bd9ad46f670221d33e7847")
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 @@ -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 "02455b48f3a7c27ed7238ab9d13d3bfc97d00589")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=9c26ea22346e4dbaa348895ad34b09c47075da432cb190f907d5ae55ea8678ff")
set(FALCOSECURITY_LIBS_VERSION "1991dfe091370f2f7e02a759b6f7028f00828446")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=52959785bf0d971c1002ba5fd28730d37a152f60c3bd9ad46f670221d33e7847")
endif()

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

0 comments on commit 1dee81f

Please sign in to comment.