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>
This commit is contained in:
parent
b6a8b43dd2
commit
902590e175
1 changed files with 4 additions and 6 deletions
|
@ -12,12 +12,10 @@ PKG_VERSION:=7.53.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://curl.haxx.se/download/ \
|
PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \
|
||||||
http://www.mirrorspace.org/curl/ \
|
http://curl.mirror.anstey.ca/ \
|
||||||
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
|
http://curl.askapache.com/download/ \
|
||||||
ftp://ftp.planetmirror.com/pub/curl/ \
|
https://curl.haxx.se/download/
|
||||||
http://www.mirrormonster.com/curl/download/ \
|
|
||||||
http://curl.mirrors.cyberservers.net/download/
|
|
||||||
PKG_HASH:=1c7207c06d75e9136a944a2e0528337ce76f15b9ec9ae4bb30d703b59bf530e8
|
PKG_HASH:=1c7207c06d75e9136a944a2e0528337ce76f15b9ec9ae4bb30d703b59bf530e8
|
||||||
|
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
|
|
Loading…
Reference in a new issue