Skip to content

Commit

Permalink
Update leaf & Frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Apr 8, 2023
1 parent 7583aeb commit 4e318da
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmake/LIEFDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ if (LIEF_SUPPORT_CXX14 AND NOT LIEF_DISABLE_FROZEN)
set(LIEF_FROZEN_ENABLED 1)

if (NOT LIEF_OPT_FROZEN_EXTERNAL)
set(FROZEN_VERSION e6ddc43)
set(FROZEN_SHA256 SHA256=7aa0ab44eb91fc2c2431bd2e78bd3545aae750793a880064f6df0ef84c819065)
set(FROZEN_VERSION f6dbec6)
set(FROZEN_SHA256 SHA256=f961ec0f403d7720da12ec25a39790211d0bcecc342177838f3dd1fa6adb8ac3)
set(FROZEN_URL "${THIRD_PARTY_DIRECTORY}/frozen-${FROZEN_VERSION}.zip" CACHE STRING "URL to Frozen")
ExternalProject_Add(lief_frozen
URL ${FROZEN_URL}
Expand All @@ -212,8 +212,8 @@ endif()
# Boost leaf
# ----------
if(NOT LIEF_EXTERNAL_LEAF)
set(LEAF_VERSION 1.81.0-prerelease)
set(LEAF_SHA256 SHA256=746903d23f8c6145db5b5ec51e4071740843868fd368cad54de06c7e835a6ebd)
set(LEAF_VERSION 1.81.0)
set(LEAF_SHA256 SHA256=7974ad4d440114e1affd40067166a319cb5ea7309e03bf6622f20bc012ec46fc)
set(LEAF_URL "${THIRD_PARTY_DIRECTORY}/leaf-${LEAF_VERSION}.zip" CACHE STRING "URL to Leaf")
ExternalProject_Add(lief_leaf # :)
URL ${LEAF_URL}
Expand Down
Binary file removed third-party/frozen-e6ddc43.zip
Binary file not shown.
Binary file added third-party/frozen-f6dbec6.zip
Binary file not shown.
Binary file removed third-party/leaf-1.81.0-prerelease.zip
Binary file not shown.
Binary file added third-party/leaf-1.81.0.zip
Binary file not shown.
Binary file removed third-party/leaf-a781140.zip
Binary file not shown.

0 comments on commit 4e318da

Please sign in to comment.