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 "81f451e1d46666a5336ba4024b765101e137fccc " )
38
- set (DRIVER_CHECKSUM "SHA256=a1e22e667984d01c4bda483d0781aeeda2667739e379b8c8c05f8649e7d56747 " )
37
+ set (DRIVER_VERSION "3ce0a2ddb41de2e5e446da0882f0aca836805c46 " )
38
+ set (DRIVER_CHECKSUM "SHA256=5f43a20c4f0619ac9d51aaa28611a63f2b6b5ad2ef6df5d5b8ae5bd56d20f57a " )
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 "81f451e1d46666a5336ba4024b765101e137fccc " )
39
- set (FALCOSECURITY_LIBS_CHECKSUM "SHA256=a1e22e667984d01c4bda483d0781aeeda2667739e379b8c8c05f8649e7d56747 " )
38
+ set (FALCOSECURITY_LIBS_VERSION "3ce0a2ddb41de2e5e446da0882f0aca836805c46 " )
39
+ set (FALCOSECURITY_LIBS_CHECKSUM "SHA256=5f43a20c4f0619ac9d51aaa28611a63f2b6b5ad2ef6df5d5b8ae5bd56d20f57a " )
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