summaryrefslogtreecommitdiffstats
path: root/Utilities/Scripts
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-07-01 14:09:40 (GMT)
committerBrad King <brad.king@kitware.com>2020-07-01 14:09:40 (GMT)
commit4e9685f657277b7a8e12370e3e991f71c041205f (patch)
treefab3863bb1b88e551cab5599164c72b4240ce0ab /Utilities/Scripts
parent1e26c84b96c0ec6887de2cf5e14061ccb83bdbfe (diff)
downloadCMake-4e9685f657277b7a8e12370e3e991f71c041205f.zip
CMake-4e9685f657277b7a8e12370e3e991f71c041205f.tar.gz
CMake-4e9685f657277b7a8e12370e3e991f71c041205f.tar.bz2
curl: Update script to get curl 7.71.1
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 8a07819..67e2728 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_71_0"
+readonly tag="curl-7_71_1"
readonly shortlog=false
readonly paths="
CMake/*