Skip to content

Commit

Permalink
Update tcb-span
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed May 10, 2024
1 parent 4c4a82a commit 235be8e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/LIEFDependencies.cmake
Expand Up @@ -248,8 +248,8 @@ endif()
# https://github.com/tcbrindle/span
# ---------------------------------
if(NOT LIEF_EXTERNAL_SPAN)
set(TCB_SPAN_VERSION d6c6e30)
set(TCB_SPAN_SHA256 SHA256=c31fed99ea01526af28f26bb9b77a86d21e8964748708d57cf55a8813e883fe3)
set(TCB_SPAN_VERSION b70b0ff)
set(TCB_SPAN_SHA256 SHA256=f3d47ed83507fce94245a9f3cf97bc433cd1116f94d11ac0dca1a6f53bbeb239)
set(TCB_SPAN_URL "${THIRD_PARTY_DIRECTORY}/tcb-span-${TCB_SPAN_VERSION}.zip" CACHE STRING "URL to tcb/span")
ExternalProject_Add(lief_span
URL ${TCB_SPAN_URL}
Expand Down
Binary file added third-party/tcb-span-b70b0ff.zip
Binary file not shown.
Binary file removed third-party/tcb-span-d6c6e30.zip
Binary file not shown.

0 comments on commit 235be8e

Please sign in to comment.