From: Gunnar Beutner Date: Sat, 14 Nov 2015 04:38:03 +0000 (+0100) Subject: Update download URL for NSClient++ X-Git-Tag: v2.4.0~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1e103f72cec234f179c4a2641816b87ca04772f;p=icinga2 Update download URL for NSClient++ fixes #10629 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a0baf0d39..a280a88ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -292,7 +292,7 @@ if(WIN32) endif() if (NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/NSCP-Win32.msi OR NOT ${NSCP_SHA256SUM} STREQUAL "226cef0154daf1f9b93d0e168068e723e2be407548e5c4772557401d87535b48") - file(DOWNLOAD http://files.nsclient.org/released/NSCP-0.4.3.143-Win32.msi ${CMAKE_CURRENT_BINARY_DIR}/NSCP-Win32.msi SHOW_PROGRESS) + file(DOWNLOAD https://github.com/mickem/nscp/releases/download/0.4.3.143/NSCP-0.4.3.143-Win32.msi ${CMAKE_CURRENT_BINARY_DIR}/NSCP-Win32.msi SHOW_PROGRESS) endif() install(FILES ${CMAKE_CURRENT_BINARY_DIR}/NSCP-Win32.msi DESTINATION ${CMAKE_INSTALL_SBINDIR})