diff options
author | Brad King <brad.king@kitware.com> | 2023-10-12 15:25:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-10-12 19:28:40 (GMT) |
commit | 8f6a6b02e59c112dbe971adca4f25938903828ea (patch) | |
tree | db05a8110e99ab3dfeb26bb172eff445f9eb7324 | |
parent | 38643edc2de410311fbe76f7950190fc056b151a (diff) | |
download | CMake-8f6a6b02e59c112dbe971adca4f25938903828ea.zip CMake-8f6a6b02e59c112dbe971adca4f25938903828ea.tar.gz CMake-8f6a6b02e59c112dbe971adca4f25938903828ea.tar.bz2 |
curl: Update script to get curl 8.4.0
Issue: #25329
-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 70541cb..a944daf 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_3_0" +readonly tag="curl-8_4_0" readonly shortlog=false readonly paths=" CMake/* |