File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
# In case you want to test against another driver version (or branch, or commit) just pass the variable -
32
32
# ie., `cmake -DDRIVER_VERSION=dev ..`
33
33
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 " )
36
36
endif ()
37
37
38
38
# cd /path/to/build && cmake /path/to/source
Original file line number Diff line number Diff line change 32
32
# In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable -
33
33
# ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..`
34
34
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 " )
37
37
endif ()
38
38
39
39
# cd /path/to/build && cmake /path/to/source
You can’t perform that action at this time.
0 commit comments