Skip to content

Commit

Permalink
Update esplugin to 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Oct 8, 2024
1 parent a48248d commit c2c664b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL "Windows")
endif()

if(NOT DEFINED ESPLUGIN_URL)
set(ESPLUGIN_URL "https://github.com/Ortham/esplugin/archive/refs/tags/6.1.0.tar.gz")
set(ESPLUGIN_HASH "SHA256=52dec796d98426e1c75c5cf3c41351c0b3431a6301137e00fcf6023f4e47b502")
set(ESPLUGIN_URL "https://github.com/Ortham/esplugin/archive/refs/tags/6.1.1.tar.gz")
set(ESPLUGIN_HASH "SHA256=8896859a6469e810c6e5430ed910fa8f8c31d39e032703b87ab090759663a240")
endif()

ExternalProject_Add(esplugin
Expand Down

0 comments on commit c2c664b

Please sign in to comment.