From c76034da001bbe882f8db450b70ad865a43fd200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Thu, 14 Mar 2019 01:45:37 +0100 Subject: [PATCH] CMake: Upgrade Hunter to v0.23.131 --- cmake/HunterConfig.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/HunterConfig.cmake b/cmake/HunterConfig.cmake index 766ba9d..4ffe883 100644 --- a/cmake/HunterConfig.cmake +++ b/cmake/HunterConfig.cmake @@ -6,6 +6,6 @@ # Hunter is going to be initialized only if building with tests, # where it is needed to get dependencies. HunterGate( - URL "https://github.com/ruslo/hunter/archive/v0.23.4.tar.gz" - SHA1 "8b2255921208517a55c9533c500131387e3c3dd0" + URL "https://github.com/ruslo/hunter/archive/v0.23.131.tar.gz" + SHA1 "0512ea6392065c8ece808296fddd7d8664d30920" )