summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-06-24 11:54:53 (GMT)
committerBrad King <brad.king@kitware.com>2020-06-24 11:54:53 (GMT)
commit39f7cfad31aed063a1199a5d67c99c53a182b746 (patch)
tree61ab898ef4c93a8eef43603d8084a538994b45a5
parente66fe75792a2fbe9f3ffe237c748008906ae7116 (diff)
downloadCMake-39f7cfad31aed063a1199a5d67c99c53a182b746.zip
CMake-39f7cfad31aed063a1199a5d67c99c53a182b746.tar.gz
CMake-39f7cfad31aed063a1199a5d67c99c53a182b746.tar.bz2
curl: Update script to get curl 7.71.0
-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 bad88fe..8a07819 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@cool.haxx.se>"
readonly subtree="Utilities/cmcurl"
readonly repo="https://github.com/curl/curl.git"
-readonly tag="curl-7_69_0"
+readonly tag="curl-7_71_0"
readonly shortlog=false
readonly paths="
CMake/*