Changeset a3df607 for lfs-latest.php


Ignore:
Timestamp:
06/19/2019 06:19:25 PM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
5839010
Parents:
5d327ae
Message:

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11623 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest.php

    r5d327ae ra3df607  
    105105  global $regex;
    106106
    107 //if ( $package != "expat" ) return 0; // Debug
     107//if ( $package != "vim" ) return 0; // Debug
    108108
    109109if ( $package == "check"      ) $dirpath = "https://github.com/libcheck/check/releases";
     
    126126if ( $package == "tcl"        ) $dirpath = "http://sourceforge.net/projects/tcl/files";
    127127if ( $package == "util-linux" ) $dirpath = max_parent( $dirpath, "v." );
    128 if ( $package == "vim"        ) $dirpath = "ftp://ftp.vim.org/pub/vim/unix";
     128if ( $package == "vim"        ) $dirpath = "https://github.com/vim/vim/releases";
     129//if ( $package == "vim"        ) $dirpath = "ftp://ftp.vim.org/pub/vim/unix";
    129130
    130131  // Check for ftp
     
    279280     return find_max( $lines, "/openssl/", "/^.*openssl-([\d\.p]*\d.?).tar.*$/" );
    280281
     282  if ( $package == "vim" )
     283     return find_max( $lines, "/v\d\./", "/^.*v([\d\.]+).*$/" );
     284
    281285  // Most packages are in the form $package-n.n.n
    282286  // Occasionally there are dashes (e.g. 201-1)
Note: See TracChangeset for help on using the changeset viewer.