From b99616089e648a0b822e7ab143fc6c4b7295d85f Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 30 Apr 2025 08:13:24 +0100 Subject: [PATCH] Update loot-condition-interpreter to v5.3.2 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f11cb54a..e57e16a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -132,8 +132,8 @@ else() endif() if(NOT DEFINED LOOT_CONDITION_INTERPRETER_URL) - set(LOOT_CONDITION_INTERPRETER_URL "https://github.com/loot/loot-condition-interpreter/archive/refs/tags/5.3.0.tar.gz") - set(LOOT_CONDITION_INTERPRETER_HASH "SHA256=4da6921871a3854dd8523392866df1da971ad5258d1337bf583446cae94d1738") + set(LOOT_CONDITION_INTERPRETER_URL "https://github.com/loot/loot-condition-interpreter/archive/refs/tags/5.3.2.tar.gz") + set(LOOT_CONDITION_INTERPRETER_HASH "SHA256=11a2c62898f6450cdae6db607c63fd7898f62bf67d4874b7ceed3d3693331af3") endif() ExternalProject_Add(loot-condition-interpreter