summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-05-30 13:36:39 (GMT)
committerBrad King <brad.king@kitware.com>2023-05-30 13:36:39 (GMT)
commit7f1abf62e12a261a2fc91a2d527b5c4a30e25d41 (patch)
tree08e00cf05cdccdf79c5b8b826c67ff109f6d5301 /Utilities
parentae21371e701ecfb88ec34306b50ebdfe00b26578 (diff)
downloadCMake-7f1abf62e12a261a2fc91a2d527b5c4a30e25d41.zip
CMake-7f1abf62e12a261a2fc91a2d527b5c4a30e25d41.tar.gz
CMake-7f1abf62e12a261a2fc91a2d527b5c4a30e25d41.tar.bz2
curl: Update script to get curl 8.1.2
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 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/*