mirror of
https://github.com/reactos/CMake.git
synced 2025-02-09 13:22:20 +00:00
curl: Update script to get curl from new repository
Curl is now hosted at https://github.com/curl/curl.git
This commit is contained in:
parent
98caa14cc8
commit
24e7ccb7ef
@ -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="
|
||||
|
Loading…
x
Reference in New Issue
Block a user