summaryrefslogtreecommitdiffstats
path: root/Utilities/Scripts
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-06-01 13:44:13 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-06-01 13:44:21 (GMT)
commit859de07aa38af805b74801e0f124e06233263e78 (patch)
tree82cefbb04e54300f647b3c6ae8893d83a185fa90 /Utilities/Scripts
parent16061844607a96b579dcb3775dad2c0386039781 (diff)
parent2de38e0b45a6d685aca932062566ca4e17e68403 (diff)
downloadCMake-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-xUtilities/Scripts/update-curl.bash2
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/*