bagder: curl-www latest.pm,1.46,1.47

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv15937

Modified Files:
	latest.pm 
Log Message:
MSVC libcurl devel file name changed


Index: latest.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/latest.pm,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- latest.pm	2 Mar 2005 23:32:24 -0000	1.46
+++ latest.pm	13 Mar 2005 23:10:25 -0000	1.47
@@ -66,10 +66,18 @@
         return($1, "win32-ssl-devel-msvc",
                  "Windows MSVC devel, zip, SSL-enabled");
     }
+    # old-style MSVC libcurl devel
     elsif($file =~ /^curl-([0-9.]*)(-([0-9]*)|)-win32-devel.zip$/) {
-        return($1, "win32-devel-msvc",
+        return($1, "win32-devel-msvc-old",
                  "Windows MSVC devel, zip");
     }
+    # new-style MSVC libcurl devel package: libcurl-7.13.1-win32-msvc.zip
+    elsif($file =~ /^libcurl-([0-9.]*)(-([0-9]*)|)-win32-msvc.zip$/) {
+        return($1, "win32-devel-msvc",
+               "Windows MSVC libcurl devel, zip");
+    }
+
+
     elsif($file =~ /^curl-([0-9.]*).tar.gz$/) {
         return($1, "tar.gz",
                "Generic source tar, gzip");

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.