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 "0.18.0-rc2 " )
38
- set (DRIVER_CHECKSUM "SHA256=e016ee1113eb5a14c85d9c4828244f5fba37cd663ecd38f5b58fbc4142348782 " )
37
+ set (DRIVER_VERSION "7.3.0+driver " )
38
+ set (DRIVER_CHECKSUM "SHA256=8f572d9a83feda635a3fa53b859d61e37af127c241e35068aadee3bc50d212c0 " )
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 "0.18.0-rc2 " )
39
- set (FALCOSECURITY_LIBS_CHECKSUM "SHA256=e016ee1113eb5a14c85d9c4828244f5fba37cd663ecd38f5b58fbc4142348782 " )
38
+ set (FALCOSECURITY_LIBS_VERSION "0.18.0" )
39
+ set (FALCOSECURITY_LIBS_CHECKSUM "SHA256=0af0d46edcf97c01e3b5307732ff451d5175e8231ee6b8eec0a498d4c48f308b " )
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