From dcaecbe14730c33e96db30a7ba1da83e2c20cd0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C5=BEenan=20Zuki=C4=87?= Date: Mon, 11 Oct 2021 17:12:39 -0400 Subject: [PATCH] ENH: switch to zlib-ng official repository --- Modules/ThirdParty/ZLIB/UpdateFromUpstream.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Modules/ThirdParty/ZLIB/UpdateFromUpstream.sh b/Modules/ThirdParty/ZLIB/UpdateFromUpstream.sh index ad9cadc7d2d..5017386f36d 100755 --- a/Modules/ThirdParty/ZLIB/UpdateFromUpstream.sh +++ b/Modules/ThirdParty/ZLIB/UpdateFromUpstream.sh @@ -7,7 +7,7 @@ shopt -s dotglob readonly name="zlib-ng" readonly ownership="Zlib-ng Upstream " readonly subtree="Modules/ThirdParty/ZLIB/src/itk$name" -readonly repo="https://github.com/dzenanz/zlib-ng.git" +readonly repo="https://github.com/zlib-ng/zlib-ng.git" readonly tag="develop" readonly paths=" CMakeLists.txt @@ -24,9 +24,9 @@ zlib_name_mangling.h.empty zlib.pc.cmakein zlib.map -win32/zlibcompat.def +win32/zlibcompat.def.in win32/zlib1.rc -win32/zlib.def +win32/zlib.def.in .gitattributes README.md