File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
# In case you want to test against another driver version (or branch, or commit) just pass the variable -
35
35
# ie., `cmake -DDRIVER_VERSION=dev ..`
36
36
if (NOT DRIVER_VERSION)
37
- set (DRIVER_VERSION "1d31ad615fde258a461da8bd2bee93bcbcbf9a65 " )
38
- set (DRIVER_CHECKSUM "SHA256=55e70dd60c2a96af90b7048b0f26b224fae3fce5e29560b560c1658f1df8c268 " )
37
+ set (DRIVER_VERSION "774db6b944cb4c7bca692400cec89cf14312cac2 " )
38
+ set (DRIVER_CHECKSUM "SHA256=61984089d71cc96e4fdf1ffe82b4da16802a0228859d7f15745173f0c9673b5e " )
39
39
endif ()
40
40
41
41
# cd /path/to/build && cmake /path/to/source
Original file line number Diff line number Diff line change 35
35
# In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable -
36
36
# ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..`
37
37
if (NOT FALCOSECURITY_LIBS_VERSION)
38
- set (FALCOSECURITY_LIBS_VERSION "1d31ad615fde258a461da8bd2bee93bcbcbf9a65 " )
39
- set (FALCOSECURITY_LIBS_CHECKSUM "SHA256=55e70dd60c2a96af90b7048b0f26b224fae3fce5e29560b560c1658f1df8c268 " )
38
+ set (FALCOSECURITY_LIBS_VERSION "774db6b944cb4c7bca692400cec89cf14312cac2 " )
39
+ set (FALCOSECURITY_LIBS_CHECKSUM "SHA256=61984089d71cc96e4fdf1ffe82b4da16802a0228859d7f15745173f0c9673b5e " )
40
40
endif ()
41
41
42
42
# cd /path/to/build && cmake /path/to/source
You can’t perform that action at this time.
0 commit comments