Compare commits

...

2 Commits

Author SHA1 Message Date
Andrea Terzolo
19fe8f302d tmp
Signed-off-by: Andrea Terzolo <andreaterzolo3@gmail.com>
2023-10-13 16:44:41 +02:00
Andrea Terzolo
9f7bd38c5d chore: bump libs to 0.13.2 tag
Signed-off-by: Andrea Terzolo <andreaterzolo3@gmail.com>
2023-10-13 14:57:49 +02:00

View File

@@ -28,15 +28,15 @@ else()
# In case you want to test against a fork of falcosecurity/libs just pass the variable -
# ie., `cmake -DFALCOSECURITY_LIBS_REPO=<your-gh-handle>/libs ..`
if (NOT FALCOSECURITY_LIBS_REPO)
set(FALCOSECURITY_LIBS_REPO "falcosecurity/libs")
set(FALCOSECURITY_LIBS_REPO "Andreagit97/libs")
endif()
# FALCOSECURITY_LIBS_VERSION accepts a git reference (branch name, commit hash, or tag) to the falcosecurity/libs repository.
# 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 "0.13.1")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=2be42a27be3ffe6bd7e53eaa5d8358cab05a0dca821819c6e9059e51b9786219")
set(FALCOSECURITY_LIBS_VERSION "71dfd711301e7bfc690d8e3c289d9a0fea389920")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=21450f2c07dc7642b10e1bef0ea623c311076270eb67187bf60c22e74a6e1b13")
endif()
# cd /path/to/build && cmake /path/to/source