Skip to content

Commit

Permalink
chore: bump libs version
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
  • Loading branch information
Andreagit97 committed Nov 11, 2022
1 parent d8d6c0e commit bd11114
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 "bb9702d5d3d3358804b1d483e7648dc55a2b7826")
set(DRIVER_CHECKSUM "SHA256=447aa085ccedcd649e91f68aefff13d4ca2a9ddc0faa5c4e30dd76d45ae47267")
set(DRIVER_VERSION "0b77a4952ff0732bc8ff4cfe66da9f99ae0cdf8d")
set(DRIVER_CHECKSUM "SHA256=b4d61b965142c33cb4afb312b144a5c0ace981f0fd78f752aaa21029648d28e5")
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 "bb9702d5d3d3358804b1d483e7648dc55a2b7826")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=447aa085ccedcd649e91f68aefff13d4ca2a9ddc0faa5c4e30dd76d45ae47267")
set(FALCOSECURITY_LIBS_VERSION "0b77a4952ff0732bc8ff4cfe66da9f99ae0cdf8d")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=b4d61b965142c33cb4afb312b144a5c0ace981f0fd78f752aaa21029648d28e5")
endif()

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

0 comments on commit bd11114

Please sign in to comment.