diff --git a/CMakeLists.txt b/CMakeLists.txt index 003675667f..396fa724f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ set(CMAKE_TOOLCHAIN_FILE # SHA1 hash of the WasmEdge repository archive. # Required to separate cached runtimes # compiled with different WasmEdge versions. -set(WASMEDGE_ID e33edd2222e1d25f6104167d0ad8082f2592ce11) +set(WASMEDGE_ID 8a216f313f7fe5c856d6b676d9a314cee7258e25) include("cmake/Hunter/init.cmake") diff --git a/cmake/Hunter/config.cmake b/cmake/Hunter/config.cmake index 8ff440bb56..95d349ba0c 100644 --- a/cmake/Hunter/config.cmake +++ b/cmake/Hunter/config.cmake @@ -57,7 +57,7 @@ if ("${WASM_COMPILER}" STREQUAL "WasmEdge") hunter_config( WasmEdge - URL https://github.com/qdrvm/WasmEdge/archive/e7e055fda5039eefa15e4cd3cdfd73e2be99677d.zip + URL https://github.com/qdrvm/WasmEdge/archive/refs/tags/0.14.1-rc.zip SHA1 ${WASMEDGE_ID} CMAKE_ARGS WASMEDGE_BUILD_STATIC_LIB=ON