diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-03-15 18:59:43 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-03-15 22:49:09 +0100 |
commit | 902590e17507b0c98986caa15c3712972f78b212 (patch) | |
tree | 53dc5776bda93460ee355a5954152e7e9d1992e1 | |
parent | b6a8b43dd2771d4d237256417218bed862545ef4 (diff) | |
download | upstream-902590e17507b0c98986caa15c3712972f78b212.tar.gz upstream-902590e17507b0c98986caa15c3712972f78b212.tar.bz2 upstream-902590e17507b0c98986caa15c3712972f78b212.zip |
curl: Adjust URLs
Update mirror list, add main site as last resort
Source: https://github.com/curl/curl-www/blob/master/latest.pl
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
-rw-r--r-- | package/network/utils/curl/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/package/network/utils/curl/Makefile b/package/network/utils/curl/Makefile index d9e906c282..a5f842dc9f 100644 --- a/package/network/utils/curl/Makefile +++ b/package/network/utils/curl/Makefile @@ -12,12 +12,10 @@ PKG_VERSION:=7.53.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://curl.haxx.se/download/ \ - http://www.mirrorspace.org/curl/ \ - ftp://ftp.sunet.se/pub/www/utilities/curl/ \ - ftp://ftp.planetmirror.com/pub/curl/ \ - http://www.mirrormonster.com/curl/download/ \ - http://curl.mirrors.cyberservers.net/download/ +PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \ + http://curl.mirror.anstey.ca/ \ + http://curl.askapache.com/download/ \ + https://curl.haxx.se/download/ PKG_HASH:=1c7207c06d75e9136a944a2e0528337ce76f15b9ec9ae4bb30d703b59bf530e8 PKG_LICENSE:=MIT |