]> git.pld-linux.org Git - projects/distfiles.git/blobdiff - file-fetcher.pl
- allow ? in urls
[projects/distfiles.git] / file-fetcher.pl
index 430dea0b06c67f05c9f86e739c32feb8c28dc6bc..47522aedad8c4ea13536e53cea46226ef4d172ef 100644 (file)
@@ -58,7 +58,7 @@ sub read_spool_file()
       $problems .= $_;
       next;
     }
-    /^([a-f0-9]{32})\s+((ftp|http|no-url|no-url-copy):\/\/([a-z0-9A-Z:\+\~\.\-\/_]|\%[0-9])+)\s*$/ 
+    /^([a-f0-9]{32})\s+((ftp|http|no-url|no-url-copy):\/\/([\?a-z0-9A-Z:\+\~\.\-\/_]|\%[0-9])+)\s*$/ 
        or die "$file: corrupted";
     push @md5, $1;
     $url{$1} = $2;
This page took 0.11244 seconds and 4 git commands to generate.