diff options
author | Brad King <brad.king@kitware.com> | 2022-11-01 12:57:28 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-11-01 12:57:36 (GMT) |
commit | 07dbb523d2aaa3873c7dee0a0d1875f371eb2629 (patch) | |
tree | e73c57fc334408edbfa9d3f13ce901ed2c54d3db /Utilities/Scripts | |
parent | 8107da4f9fb61c05a4417a622a60e4de68d13bf6 (diff) | |
parent | e44b551e8d0e96bc52836bdf8b9c0355c20e3800 (diff) | |
download | CMake-07dbb523d2aaa3873c7dee0a0d1875f371eb2629.zip CMake-07dbb523d2aaa3873c7dee0a0d1875f371eb2629.tar.gz CMake-07dbb523d2aaa3873c7dee0a0d1875f371eb2629.tar.bz2 |
Merge topic 'update-nghttp2'
e44b551e8d nghttp2: Update build within CMake to account for 1.50.0
8b73605408 Merge branch 'upstream-nghttp2' into update-nghttp2
7ce2a682a3 nghttp2 2022-09-21 (87fef4ab)
66c9536775 nghttp2: Update script to get nghttp2 1.50.0
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !7856
Diffstat (limited to 'Utilities/Scripts')
-rwxr-xr-x | Utilities/Scripts/update-nghttp2.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Scripts/update-nghttp2.bash b/Utilities/Scripts/update-nghttp2.bash index 07a8f13..bc76377 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.40.0" +readonly tag="v1.50.0" readonly shortlog=false readonly paths=" COPYING |