mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-29 11:13:19 +00:00
chore: bump libs
Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
This commit is contained in:
parent
6a972272c0
commit
94ed56df95
@ -26,8 +26,8 @@ else()
|
||||
# In case you want to test against another driver version (or branch, or commit) just pass the variable -
|
||||
# ie., `cmake -DDRIVER_VERSION=dev ..`
|
||||
if(NOT DRIVER_VERSION)
|
||||
set(DRIVER_VERSION "8eef2e445364d892dba12564d20f9651232eba7c")
|
||||
set(DRIVER_CHECKSUM "SHA256=ea32cd2f523a9efa11208f843444933b4b76a2f3fd6b6f7d25b089fba4d265e8")
|
||||
set(DRIVER_VERSION "c7e18c8e30abb5b0eb49c36f0f7614478b43a56a")
|
||||
set(DRIVER_CHECKSUM "SHA256=35882b4fccab71840fb209518a914ff1ecef935b9d2f640e149996ec639fe869")
|
||||
endif()
|
||||
|
||||
# cd /path/to/build && cmake /path/to/source
|
||||
|
@ -27,8 +27,8 @@ else()
|
||||
# In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable -
|
||||
# ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..`
|
||||
if(NOT FALCOSECURITY_LIBS_VERSION)
|
||||
set(FALCOSECURITY_LIBS_VERSION "8eef2e445364d892dba12564d20f9651232eba7c")
|
||||
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=ea32cd2f523a9efa11208f843444933b4b76a2f3fd6b6f7d25b089fba4d265e8")
|
||||
set(FALCOSECURITY_LIBS_VERSION "c7e18c8e30abb5b0eb49c36f0f7614478b43a56a")
|
||||
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=35882b4fccab71840fb209518a914ff1ecef935b9d2f640e149996ec639fe869")
|
||||
endif()
|
||||
|
||||
# cd /path/to/build && cmake /path/to/source
|
||||
|
@ -21,4 +21,4 @@ limitations under the License.
|
||||
// This is the result of running "falco --list -N | sha256sum" and
|
||||
// represents the fields supported by this version of Falco. It's used
|
||||
// at build time to detect a changed set of fields.
|
||||
#define FALCO_FIELDS_CHECKSUM "9b6900f911318b011d4cf5a6ed46527cb63d22b3ac708bd639e45fb5c7da1795"
|
||||
#define FALCO_FIELDS_CHECKSUM "cc9d32916c719ce5aea164cdadb56207cbeff20033e278b99101964be7aa77a1"
|
||||
|
Loading…
Reference in New Issue
Block a user