Skip to content

Commit 867a465

Browse files
alacukupoiana
authored andcommitted
update(cmake): bump falcoctl to v0.11.0
Signed-off-by: Aldo Lacuku <[email protected]>
1 parent 43d3e15 commit 867a465

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/modules/falcoctl.cmake

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ option(ADD_FALCOCTL_DEPENDENCY "Add falcoctl dependency while building falco" ON
2020
if(ADD_FALCOCTL_DEPENDENCY)
2121
string(TOLOWER ${CMAKE_HOST_SYSTEM_NAME} FALCOCTL_SYSTEM_NAME)
2222

23-
set(FALCOCTL_VERSION "0.10.1")
23+
set(FALCOCTL_VERSION "0.11.0")
2424

2525
message(STATUS "Building with falcoctl: ${FALCOCTL_VERSION}")
2626

2727
if(${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64")
2828
set(FALCOCTL_SYSTEM_PROC_GO "amd64")
29-
set(FALCOCTL_HASH "039961004a72d27409ab6ba82542134bd5df8a69ad341c897f3d26b6596b9e6a")
29+
set(FALCOCTL_HASH "b9d0e0f50813e7172a945f36f70c5c3c16a677ab4c85b35b6f7a155bc92768fc")
3030
else() # aarch64
3131
set(FALCOCTL_SYSTEM_PROC_GO "arm64")
32-
set(FALCOCTL_HASH "fbaf83512cc73e99f14f90cb14ed4eee83f40efde3d398c7b7ef02163116f2fc")
32+
set(FALCOCTL_HASH "689c625d1d414cbf53d39ef94083a53dda3ea4ac4908799fb85f4519e21442e0")
3333
endif()
3434

3535
ExternalProject_Add(

0 commit comments

Comments
 (0)