From 1235b1f144bc93676acf3e8703bb308a3c60629e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alf=20H=C3=B8gemark?= Date: Sat, 15 Feb 2014 10:01:51 +0100 Subject: [PATCH] updxlrator: Add support for tar.xz files --- config/updxlrator/updxlrator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/updxlrator/updxlrator b/config/updxlrator/updxlrator index f93e2f2a5..91ff8a966 100644 --- a/config/updxlrator/updxlrator +++ b/config/updxlrator/updxlrator @@ -109,7 +109,7 @@ while (<>) { if ( ($source_url =~ m@^[h|f]t?tp://[^?]+\.(pkg\.tar\.xz|deb|rpm)$@i) || - ($source_url =~ m@^[h|f]t?tp://[^?]+/distfiles/[^?]+\.(tar\.gz|tar\.bz2|tgz|zip|patch\.bz2|gz|docx|patch|pdf|exe)$@i) + ($source_url =~ m@^[h|f]t?tp://[^?]+/distfiles/[^?]+\.(tar\.gz|tar\.bz2|tar\.xz|tgz|zip|patch\.bz2|gz|docx|patch|pdf|exe)$@i) ) { $xlrator_url = &check_cache($source_url,$hostaddr,$username,"Linux",$mirror); -- 2.39.2