diff options
author | Brad King <brad.king@kitware.com> | 2016-08-26 13:45:39 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-08-26 13:45:39 (GMT) |
commit | 21c946eef4e11e6161cc46b265fbeb128ea1baf7 (patch) | |
tree | 825514446e31abb5c8585344353cddf2f1286a4c | |
parent | 41f03f5fa794e05745ff2975b7d8854e3a4a7792 (diff) | |
parent | 24e7ccb7ef486191ebb9fca916c70e367c41b2fb (diff) | |
download | CMake-21c946eef4e11e6161cc46b265fbeb128ea1baf7.zip CMake-21c946eef4e11e6161cc46b265fbeb128ea1baf7.tar.gz CMake-21c946eef4e11e6161cc46b265fbeb128ea1baf7.tar.bz2 |
Merge topic 'update-curl-script'
24e7ccb7 curl: Update script to get curl from new repository
-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 0e466cf..590bd44 100755 --- a/Utilities/Scripts/update-curl.bash +++ b/Utilities/Scripts/update-curl.bash @@ -7,7 +7,7 @@ shopt -s dotglob readonly name="curl" readonly ownership="Curl Upstream <curl-library@cool.haxx.se>" readonly subtree="Utilities/cmcurl" -readonly repo="https://github.com/bagder/curl.git" +readonly repo="https://github.com/curl/curl.git" readonly tag="curl-7_50_1" readonly shortlog=false readonly paths=" |