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 35
35
# FALCOSECURITY_LIBS_VERSION. In case you want to test against another driver version (or
36
36
# branch, or commit) just pass the variable - ie., `cmake -DDRIVER_VERSION=dev ..`
37
37
if (NOT DRIVER_VERSION)
38
- set (DRIVER_VERSION "b9302048b7f80f8b596515f6afb3d3bb0a5edd23 " )
38
+ set (DRIVER_VERSION "d87c96b50545bb192fa2a517afce76383877cab5 " )
39
39
set (DRIVER_CHECKSUM
40
- "SHA256=aebe40accecc07ba895932b0b6f0cc5d7d2504685058062186e1880a32905617 "
40
+ "SHA256=89fbdd68693802d0442196e3cedf6199d5ba65d1258c996f5e1e773050da44e4 "
41
41
)
42
42
endif ()
43
43
Original file line number Diff line number Diff line change 42
42
# version (or branch, or commit) just pass the variable - ie., `cmake
43
43
# -DFALCOSECURITY_LIBS_VERSION=dev ..`
44
44
if (NOT FALCOSECURITY_LIBS_VERSION)
45
- set (FALCOSECURITY_LIBS_VERSION "b9302048b7f80f8b596515f6afb3d3bb0a5edd23 " )
45
+ set (FALCOSECURITY_LIBS_VERSION "d87c96b50545bb192fa2a517afce76383877cab5 " )
46
46
set (FALCOSECURITY_LIBS_CHECKSUM
47
- "SHA256=aebe40accecc07ba895932b0b6f0cc5d7d2504685058062186e1880a32905617 "
47
+ "SHA256=89fbdd68693802d0442196e3cedf6199d5ba65d1258c996f5e1e773050da44e4 "
48
48
)
49
49
endif ()
50
50
You can’t perform that action at this time.
0 commit comments