diff options
author | Brad King <brad.king@kitware.com> | 2016-08-26 08:32:23 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-08-26 08:32:45 -0400 |
commit | 24e7ccb7ef486191ebb9fca916c70e367c41b2fb (patch) | |
tree | 3460ede7576f78fa4ea8f5d65e4d8bfa38a3df8e /Utilities/Scripts | |
parent | 98caa14cc84cc659c2c5b51f84c6547b57c89c30 (diff) | |
download | cmake-24e7ccb7ef486191ebb9fca916c70e367c41b2fb.tar.gz |
curl: Update script to get curl from new repository
Curl is now hosted at
https://github.com/curl/curl.git
Diffstat (limited to 'Utilities/Scripts')
-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 0e466cf42b..590bd4426c 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=" |