From 2c81b30352c0a3faceaf5349bd6238d264ea1b9a Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 28 Jun 2024 18:07:00 +0100 Subject: [PATCH] Update loot-condition-interpreter to v4.0.1 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7605a12c..5b698616 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,8 +123,8 @@ else() endif() if(NOT DEFINED LOOT_CONDITION_INTERPRETER_URL) - set(LOOT_CONDITION_INTERPRETER_URL "https://github.com/loot/loot-condition-interpreter/archive/4.0.0.tar.gz") - set(LOOT_CONDITION_INTERPRETER_HASH "SHA256=8ed76a1393bd4a909a39d560444ac9186b795a56929d8b07ff77e4aef1e54adc") + set(LOOT_CONDITION_INTERPRETER_URL "https://github.com/loot/loot-condition-interpreter/archive/refs/tags/4.0.1.tar.gz") + set(LOOT_CONDITION_INTERPRETER_HASH "SHA256=12bf0b108e4734baa3634e98cd7952a9411352539be3ec270aeee97c1b8db92f") endif() ExternalProject_Add(loot-condition-interpreter