[PATCH cygport] mirrors: update mirror_debian
Yasuhiro KIMURA
yasu@utahime.org
Wed Jun 3 16:35:29 GMT 2020
According to DebianGeoMirror page of Debian
Wiki (https://wiki.debian.org/DebianGeoMirror), current reccomended
Debian mirror archive URL with GeoMirror capability is
"http://deb.debian.org/". So update mirror_debian to use it.
---
data/mirrors | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/data/mirrors b/data/mirrors
index b0ef904..486a8f9 100644
--- a/data/mirrors
+++ b/data/mirrors
@@ -115,12 +115,12 @@ mirror_ctan+=" http://mirror.ctan.org/"
# SYNOPSIS
# SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.gz"
# DEFAULT MIRROR
-# http://ftp.debian.org/debian
+# http://deb.debian.org/debian
# MIRROR LIST
-# http://www.debian.org/mirror/list
+# https://wiki.debian.org/DebianGeoMirror
#****
# grep '^ <td><a href' list | sed -e 's#.*"\(.*\)/".*#\t\1#g'
-mirror_debian+=" http://ftp.debian.org/debian"
+mirror_debian+=" http://deb.debian.org/debian"
#****d* Mirrors/mirror_gcc
--
2.26.2
More information about the Cygwin-apps
mailing list