mirror of https://github.com/Icinga/icinga2.git
Merge pull request #7034 from Icinga/feature/nsclient-update
Update NSClient++ to 0.5.2.39
This commit is contained in:
commit
9c163c3848
|
@ -400,11 +400,11 @@ include(InstallRequiredSystemLibraries)
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
if(CMAKE_VS_PLATFORM_NAME STREQUAL "x64")
|
if(CMAKE_VS_PLATFORM_NAME STREQUAL "x64")
|
||||||
set(NSCP_URL "https://github.com/mickem/nscp/releases/download/0.5.0.62/NSCP-0.5.0.62-x64.msi")
|
set(NSCP_URL "https://github.com/mickem/nscp/releases/download/0.5.2.39/NSCP-0.5.2.39-x64.msi")
|
||||||
set(NSCP_SHA256 "1854de86ad4fda3391f273de0f9985b702c014bdec01b26ad28a1343177f537f")
|
set(NSCP_SHA256 "dfe93c293f30586b02510d8b7884e4e177b93a5fead8b5dc6de8103532e6e159")
|
||||||
else()
|
else()
|
||||||
set(NSCP_URL "https://github.com/mickem/nscp/releases/download/0.5.0.62/NSCP-0.5.0.62-Win32.msi")
|
set(NSCP_URL "https://github.com/mickem/nscp/releases/download/0.5.2.39/NSCP-0.5.2.39-Win32.msi")
|
||||||
set(NSCP_SHA256 "2186b60d588fa0811344ce709332f9c63670019c62ae92eae49698bf76205a95")
|
set(NSCP_SHA256 "ca6a67fb01c1468f2b510fd2f9eb0750887db3fb49a0302732c1421c85c6627c")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(NSCP_SHA256SUM "")
|
set(NSCP_SHA256SUM "")
|
||||||
|
|
Loading…
Reference in New Issue