diff options
author | Brad King <brad.king@kitware.com> | 2024-07-31 13:18:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-07-31 13:18:23 (GMT) |
commit | bccd0b606cedc4979f84c319d03809fc8a325989 (patch) | |
tree | 84466716ca20c15ecfd909b429c7b244fddf3d96 /Utilities/Scripts/update-curl.bash | |
parent | a82af7aae10f0851e789bab012a1606f347c9648 (diff) | |
download | CMake-bccd0b606cedc4979f84c319d03809fc8a325989.zip CMake-bccd0b606cedc4979f84c319d03809fc8a325989.tar.gz CMake-bccd0b606cedc4979f84c319d03809fc8a325989.tar.bz2 |
curl: Update script to get curl 8.9.1
Diffstat (limited to 'Utilities/Scripts/update-curl.bash')
-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 6fdc494..cebdf40 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_9_0" +readonly tag="curl-8_9_1" readonly shortlog=false readonly paths=" CMake/* |