bagder: curl-www latest.pm,1.53,1.54

[email protected] Mon, 09 Mar 2009 09:41:06 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv6313

Modified Files:
	latest.pm 
Log Message:
the lzma package


Index: latest.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/latest.pm,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- latest.pm	17 Feb 2009 13:47:41 -0000	1.53
+++ latest.pm	9 Mar 2009 09:41:04 -0000	1.54
@@ -103,6 +103,10 @@
         return($1, "tar.bz2",
                "Generic source tar, bzip2");
     }
+    elsif($file =~ /^curl-([0-9.]*).tar.lzma$/) {
+        return($1, "tar.lzma",
+               "Generic source tar, lzma");
+    }
     elsif($file =~ /^curl-([0-9.]*).zip$/) {
         return($1, "zip",
                "Generic source, zip");