summaryrefslogtreecommitdiff
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-02-16 15:23:56 -0500
committerBrad King <brad.king@kitware.com>2023-02-16 15:23:56 -0500
commitb9221fcc17c0fec6e5092d7885a339ae01355190 (patch)
tree1fe0da00fbe0dca2fc4e1dfa7fb7d2665f177825 /Utilities
parent36d31dc996e29336423977f56615599f695b504f (diff)
downloadcmake-b9221fcc17c0fec6e5092d7885a339ae01355190.tar.gz
nghttp2: Update script to get nghttp2 1.52.0
Diffstat (limited to 'Utilities')
-rwxr-xr-xUtilities/Scripts/update-nghttp2.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/Scripts/update-nghttp2.bash b/Utilities/Scripts/update-nghttp2.bash
index db2094eea0..c638efeedd 100755
--- a/Utilities/Scripts/update-nghttp2.bash
+++ b/Utilities/Scripts/update-nghttp2.bash
@@ -8,7 +8,7 @@ readonly name="nghttp2"
readonly ownership="nghttp2 upstream <kwrobot@kitware.com>"
readonly subtree="Utilities/cmnghttp2"
readonly repo="https://github.com/nghttp2/nghttp2.git"
-readonly tag="v1.50.0" # When updating, sync PACKAGE_VERSION below!
+readonly tag="v1.52.0" # When updating, sync PACKAGE_VERSION below!
readonly shortlog=false
readonly paths="
COPYING
@@ -23,7 +23,7 @@ extract_source () {
pushd "${extractdir}/${name}-reduced"
echo "* -whitespace" > .gitattributes
mv lib/includes/nghttp2/nghttp2ver.h.in lib/includes/nghttp2/nghttp2ver.h
- sed -i 's/@PACKAGE_VERSION@/1.50.0/;s/@PACKAGE_VERSION_NUM@/0x013200/' lib/includes/nghttp2/nghttp2ver.h
+ sed -i 's/@PACKAGE_VERSION@/1.52.0/;s/@PACKAGE_VERSION_NUM@/0x013400/' lib/includes/nghttp2/nghttp2ver.h
popd
}