From 0a6f2d36c5d9903c14d61eba9e4b8a2c8635e80b Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 24 Oct 2024 10:13:24 +0100 Subject: [PATCH] Update libloadorder to 18.1.3 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 978711db..f8142fb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,8 +105,8 @@ else() endif() if(NOT DEFINED LIBLOADORDER_URL) - set(LIBLOADORDER_URL "https://github.com/Ortham/libloadorder/archive/refs/tags/18.1.2.tar.gz") - set(LIBLOADORDER_HASH "SHA256=a549dec86455ee063709b15ee3da956b3bef166c8f8ca88deaf6004784ab8046") + set(LIBLOADORDER_URL "https://github.com/Ortham/libloadorder/archive/refs/tags/18.1.3.tar.gz") + set(LIBLOADORDER_HASH "SHA256=1668b41f17c7c4076f1fe82f8f0a48108b13c2f1724d0068711ee3af92744e67") endif() ExternalProject_Add(libloadorder