Skip to content

Commit

Permalink
update(cmake): bump falcoctl to v0.8.0-rc3
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed May 10, 2024
1 parent dd9163c commit ae86022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/modules/falcoctl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ include(ExternalProject)

string(TOLOWER ${CMAKE_HOST_SYSTEM_NAME} FALCOCTL_SYSTEM_NAME)

set(FALCOCTL_VERSION "0.8.0-rc2")
set(FALCOCTL_VERSION "0.8.0-rc3")

if(${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64")
set(FALCOCTL_SYSTEM_PROC_GO "amd64")
set(FALCOCTL_HASH "1a241b741d2a6cc48b2ae769d9392ad328353f6d9e45702c325247fb3abf30b2")
set(FALCOCTL_HASH "b7254130ab96aaf8e5e49e7383bcf25c218179ee67cd979105f7111ced400baa")
else() # aarch64
set(FALCOCTL_SYSTEM_PROC_GO "arm64")
set(FALCOCTL_HASH "8757a92a75b1d617602ee1eb879a9976dc645121dcba3cb5d472cdecad77d887")
set(FALCOCTL_HASH "c531b83ed34c095819b1b86d07d63ee1e3331b6d41c998e5579882ac1de7739a")
endif()

ExternalProject_Add(
Expand Down

0 comments on commit ae86022

Please sign in to comment.