summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/just_fetch.pl')
-rwxr-xr-xscripts/just_fetch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/just_fetch.pl b/scripts/just_fetch.pl
index bc9f921..663ddbc 100755
--- a/scripts/just_fetch.pl
+++ b/scripts/just_fetch.pl
@@ -6,7 +6,7 @@ use HTML::LinkExtor ;
my $upstream_url = "http://grsecurity.net/test.php" ;
-my $file_pattern = "grsecurity-2.2.2-";
+my $file_pattern = "grsecurity-";
my @allowed_suffixes = ( ".patch", ".patch.sig" ) ;
my %currently_available = () ;