mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-06 00:34:07 +00:00
chore: bump driver version
Signed-off-by: Andrea Terzolo <andreaterzolo3@gmail.com>
This commit is contained in:
parent
66df3dc417
commit
f6ab7f2501
@ -34,8 +34,8 @@ else()
|
|||||||
# In case you want to test against another driver version (or branch, or commit) just pass the variable -
|
# In case you want to test against another driver version (or branch, or commit) just pass the variable -
|
||||||
# ie., `cmake -DDRIVER_VERSION=dev ..`
|
# ie., `cmake -DDRIVER_VERSION=dev ..`
|
||||||
if(NOT DRIVER_VERSION)
|
if(NOT DRIVER_VERSION)
|
||||||
set(DRIVER_VERSION "ee01ba2b66b06835924379a9359ce3ef4a9ddb9b")
|
set(DRIVER_VERSION "7.0.0+driver")
|
||||||
set(DRIVER_CHECKSUM "SHA256=614c1d4ed4e6acbebd1e7e37f8ac51ccfd0fbdeddd2139d8e490d59f4b64ebbf")
|
set(DRIVER_CHECKSUM "SHA256=9f2a0f14827c0d9d1c3d1abe45b8f074dea531ebeca9859363a92f0d2475757e")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# cd /path/to/build && cmake /path/to/source
|
# cd /path/to/build && cmake /path/to/source
|
||||||
|
Loading…
Reference in New Issue
Block a user