File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ sub downloadone{
266
266
system $cmd ;
267
267
if ($? ){
268
268
print " Download failed from $url of $pkg \n " ;
269
- my $url =" https://joliv.et/freefem /pkg/$pkg " ;
269
+ my $url =" https://www.ljll.fr/hecht /pkg/$pkg " ;
270
270
my $cmd =" ../bin/build/download $url pkg/$pkg $opts " ;
271
271
print " Try other site: $url \n " ;
272
272
system $cmd ;
@@ -286,7 +286,7 @@ sub downloadone{
286
286
my $md5check =md5_hex(` cat pkg/$pkg ` );
287
287
if ( ( $md5 ne " none" ) && ($md5check ne $md5 )){
288
288
print " Download failed (MD5 check $md5check ) from $url of $pkg \n " ;
289
- my $url =" https://joliv.et/freefem /pkg/$pkg " ;
289
+ my $url =" https://www.ljll.fr/hecht /pkg/$pkg " ;
290
290
my $cmd =" ../bin/build/download $url pkg/$pkg $opts " ;
291
291
print " Try other site: $url \n " ;
292
292
system $cmd ;
You can’t perform that action at this time.
0 commit comments