From d7a2789b542af39c7bc1290ed8cdc90ceecd0b4b Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 2 May 2024 21:10:01 +0100 Subject: [PATCH] Update esplugin to 5.0.1 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78a41d2f..8cc14a61 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,8 +71,8 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL "Windows") endif() if(NOT DEFINED ESPLUGIN_URL) - set(ESPLUGIN_URL "https://github.com/Ortham/esplugin/archive/4.1.1.tar.gz") - set(ESPLUGIN_HASH "SHA256=4c61199fc85ae7ebd8a3954c95e99598b4052ee923567d24f95d7a334c2c6525") + set(ESPLUGIN_URL "https://github.com/Ortham/esplugin/archive/5.0.1.tar.gz") + set(ESPLUGIN_HASH "SHA256=4feb855e1f90046357497b5f0fdebe3e126f84d8dc9bc468e153bcbcb1aa9171") endif() ExternalProject_Add(esplugin