bagder: curl-www latest.pl,1.92,1.93
[email protected] Thu, 05 Nov 2009 20:04:08 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www
In directory giant.haxx.se:/var/tmp/cvs-serv5306
Modified Files:
latest.pl
Log Message:
cool.haxx.se is now pointless, curl.haxx.se is not in Kista these days
Index: latest.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/latest.pl,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- latest.pl 14 Sep 2009 09:51:11 -0000 1.92
+++ latest.pl 5 Nov 2009 20:04:06 -0000 1.93
@@ -4,7 +4,6 @@
use latest;
my %mirrors=('ftp://ftp.sunet.se/pub/www/utilities/curl/' => 'Sweden (Uppsala)',
- 'http://cool.haxx.se/curl/' => 'Sweden (Kista)',
'ftp://gd.tuwien.ac.at/utils/archivers/curl/' => 'Austria (Vienna)',
'http://gd.tuwien.ac.at/utils/archivers/curl/' => 'Austria (Vienna)',
#'http://curl.mirrors.redwire.net/download/' => 'US (California)',
@@ -83,7 +82,7 @@
printf("ARCHIVE: %s: %s %d\n",
$_, $archive, $latest::size{$_});
- printf("DOWNLOAD: %s %s Sweden (Kista)\n", $archive,
+ printf("DOWNLOAD: %s %s Sweden (Stockholm)\n", $archive,
"http://curl.haxx.se/download/$archive");
for(keys %mirrors) {