From e0672cefb1131e8ffc53452733daf5ae74d5eafe Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 11 Mar 2024 09:52:22 -0400 Subject: zlib: Update script to get zlib 1.3.1 Issue: #25755 --- 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 c18f118..aad18bf 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" # When updating, sync Copyright.txt below! +readonly tag="v1.3.1" # 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.13, October 13th, 2022 +version 1.3.1, January 22nd, 2024 Copyright " > Copyright.txt sed -n '/^ (C) 1995-/,+19 {s/^ \?//;p}' README >> Copyright.txt -- cgit v0.12