From 683a81a407d89dff5c6f6a7fd8f557561da97940 Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Mon, 3 Dec 2018 13:29:34 +0100 Subject: [PATCH] package/hunter/HunterInit.cmake : wrong url --- package/hunter/HunterInit.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/hunter/HunterInit.cmake b/package/hunter/HunterInit.cmake index 454b3c3d1..de093131a 100644 --- a/package/hunter/HunterInit.cmake +++ b/package/hunter/HunterInit.cmake @@ -7,6 +7,6 @@ file( # FIXME : will need to replace this url with the main hunter url ! include("${CMAKE_CURRENT_LIST_DIR}/HunterGate.cmake") HunterGate( - URL "https://github.com/pthom/magnum/archive/hunter_rc3.tar.gz" - SHA1 "990c49b8bb085c395eebe8a46686552767cffb3f" -) + URL "https://github.com/pthom/hunter/archive/hunter_magnum_rc4.tar.gz" + SHA1 "31554df9e988f27f4daa9f4df9529d75007500bf" +) \ No newline at end of file