diff options
author | Brad King <brad.king@kitware.com> | 2023-06-01 13:44:13 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-06-01 13:44:21 (GMT) |
commit | 859de07aa38af805b74801e0f124e06233263e78 (patch) | |
tree | 82cefbb04e54300f647b3c6ae8893d83a185fa90 /Utilities/Scripts | |
parent | 16061844607a96b579dcb3775dad2c0386039781 (diff) | |
parent | 2de38e0b45a6d685aca932062566ca4e17e68403 (diff) | |
download | CMake-859de07aa38af805b74801e0f124e06233263e78.zip CMake-859de07aa38af805b74801e0f124e06233263e78.tar.gz CMake-859de07aa38af805b74801e0f124e06233263e78.tar.bz2 |
Merge topic 'update-curl'
2de38e0b45 Utilities: Update hard-coded try_compile results for curl 8.1.2
a6c9b53273 Merge branch 'upstream-curl' into update-curl
80cb6a5121 curl 2023-05-30 (7ab9d437)
7f1abf62e1 curl: Update script to get curl 8.1.2
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !8519
Diffstat (limited to 'Utilities/Scripts')
-rwxr-xr-x | Utilities/Scripts/update-curl.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Scripts/update-curl.bash b/Utilities/Scripts/update-curl.bash index 5270903..4cd75c5 100755 --- a/Utilities/Scripts/update-curl.bash +++ b/Utilities/Scripts/update-curl.bash @@ -8,7 +8,7 @@ readonly name="curl" readonly ownership="Curl Upstream <curl-library@lists.haxx.se>" readonly subtree="Utilities/cmcurl" readonly repo="https://github.com/curl/curl.git" -readonly tag="curl-8_0_1" +readonly tag="curl-8_1_2" readonly shortlog=false readonly paths=" CMake/* |