From e868b19ed1e76d8c3f054d4b44e4326c193daa18 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 30 Jan 2024 10:13:56 -0500 Subject: zlib: Fix 1.2.13 version and date notice Issue: #25576 --- Utilities/Scripts/update-zlib.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Utilities/Scripts/update-zlib.bash b/Utilities/Scripts/update-zlib.bash index 5913150..c18f118 100755 --- a/Utilities/Scripts/update-zlib.bash +++ b/Utilities/Scripts/update-zlib.bash @@ -8,7 +8,7 @@ readonly name="zlib" readonly ownership="zlib upstream " readonly subtree="Utilities/cmzlib" readonly repo="https://github.com/madler/zlib.git" -readonly tag="v1.2.13" +readonly tag="v1.2.13" # When updating, sync Copyright.txt below! readonly shortlog=false readonly paths=" README @@ -45,7 +45,7 @@ extract_source () { pushd "${extractdir}/${name}-reduced" echo "* -whitespace" > .gitattributes echo -n "'zlib' general purpose compression library -version 1.2.12, March 27th, 2022 +version 1.2.13, October 13th, 2022 Copyright " > Copyright.txt sed -n '/^ (C) 1995-/,+19 {s/^ \?//;p}' README >> Copyright.txt -- cgit v0.12