summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-01-05 12:32:31 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-01-05 12:39:07 +0100
commit086e48a62163e5e69d052855647adc1504d56b0a (patch)
tree6ba64ab013aa2d87b7779eb4ef04aa70a7abec69
parentf4e4c17128b378aa0838a013f8a173aae4ed46d0 (diff)
CMake: Update libkeyfinder URL sha256sum
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bfdd0e0bed..f456128b98 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1697,7 +1697,7 @@ if(KEYFINDER)
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/download")
ExternalProject_Add(libKeyFinder
URL "https://github.com/mixxxdj/libKeyFinder/archive/v2.2.3.zip"
- URL_HASH SHA256=56887e7b51834223d4264f4ea9acf16f0b6a0c706c218478afbaf89ad1f9c6ea
+ URL_HASH SHA256=ad43ca006e3bbed0810ff62e170d04522a64f8606c2166bfa5a9b9158b7ebc11
DOWNLOAD_DIR "${CMAKE_CURRENT_BINARY_DIR}/download/libKeyFinder"
INSTALL_DIR "${KeyFinder_INSTALL_DIR}"
CMAKE_ARGS