summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-09-15 13:38:01 (GMT)
committerBrad King <brad.king@kitware.com>2021-09-15 19:28:20 (GMT)
commita8ae9c7055fc5d7175a3082640733745248b4274 (patch)
tree9aa06a9fd1bc8e4e030f14e099aa0f68b40dad48 /Utilities
parent3cfd89add5551242e3d1b69aadd2c5733db4b96f (diff)
downloadCMake-a8ae9c7055fc5d7175a3082640733745248b4274.zip
CMake-a8ae9c7055fc5d7175a3082640733745248b4274.tar.gz
CMake-a8ae9c7055fc5d7175a3082640733745248b4274.tar.bz2
curl: Update script to get curl 7.79.0
Diffstat (limited to 'Utilities')
-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 34ff4de..abd54f6 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_77_0"
+readonly tag="curl-7_79_0"
readonly shortlog=false
readonly paths="
CMake/*