curl: Adjust URLs
authorDaniel Engberg <daniel.engberg.lists@pyret.net>
Wed, 15 Mar 2017 17:59:43 +0000 (18:59 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 15 Mar 2017 21:49:09 +0000 (22:49 +0100)
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>
package/network/utils/curl/Makefile

index d9e906c282a56766c361221e5e6dab0eaafe18fb..a5f842dc9f5ab210076fe545fe2d217a9e8f4dab 100644 (file)
@@ -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