Skip to content

Commit

Permalink
chore: bump libs and drivers to fc0b50f, bump engine version
Browse files Browse the repository at this point in the history
Signed-off-by: Melissa Kilby <melissa.kilby.oss@gmail.com>
  • Loading branch information
incertum committed Feb 16, 2024
1 parent d9e255a commit f1da096
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 "93a04bb92f85142edbfb47120cbaafb45d9ba5d8")
set(DRIVER_CHECKSUM "SHA256=8df88170cfcdd617366ef470bca9ac29be22cff36cafdac74a288697d5c860ab")
set(DRIVER_VERSION "fc0b50f80b5211c0230bf96916fac5464939234a")
set(DRIVER_CHECKSUM "SHA256=a6b20581779c2d3b941c7f672c2e12b05ea642006e4e8941f86b24b8a65ec2bf")
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 "93a04bb92f85142edbfb47120cbaafb45d9ba5d8")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=8df88170cfcdd617366ef470bca9ac29be22cff36cafdac74a288697d5c860ab")
set(FALCOSECURITY_LIBS_VERSION "fc0b50f80b5211c0230bf96916fac5464939234a")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=a6b20581779c2d3b941c7f672c2e12b05ea642006e4e8941f86b24b8a65ec2bf")
endif()

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

0 comments on commit f1da096

Please sign in to comment.