Skip to content

Commit 03ed006

Browse files
committed
update(deps): bump libs to 0.14.1
Signed-off-by: Roberto Scolaro <[email protected]>
1 parent 91bed06 commit 03ed006

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmake/modules/driver.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ else()
3131
# In case you want to test against another driver version (or branch, or commit) just pass the variable -
3232
# ie., `cmake -DDRIVER_VERSION=dev ..`
3333
if(NOT DRIVER_VERSION)
34-
set(DRIVER_VERSION "0.14.0")
35-
set(DRIVER_CHECKSUM "SHA256=c3e9f4f7add67d1e1fe228c8c14a949c17c9e3b9bf3417a8a2c19ca37732005d")
34+
set(DRIVER_VERSION "0.14.1")
35+
set(DRIVER_CHECKSUM "SHA256=defdea24bf3b176c63f10900d3716fe4373151965cc09d3fe67a31a3a9af0b13")
3636
endif()
3737

3838
# cd /path/to/build && cmake /path/to/source

cmake/modules/falcosecurity-libs.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ else()
3232
# In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable -
3333
# ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..`
3434
if(NOT FALCOSECURITY_LIBS_VERSION)
35-
set(FALCOSECURITY_LIBS_VERSION "0.14.0")
36-
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=c3e9f4f7add67d1e1fe228c8c14a949c17c9e3b9bf3417a8a2c19ca37732005d")
35+
set(FALCOSECURITY_LIBS_VERSION "0.14.1")
36+
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=defdea24bf3b176c63f10900d3716fe4373151965cc09d3fe67a31a3a9af0b13")
3737
endif()
3838

3939
# cd /path/to/build && cmake /path/to/source

0 commit comments

Comments
 (0)