Changeset 015138b


Ignore:
Timestamp:
06/18/2019 03:04:45 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
0fbcdb1
Parents:
07fa8097
Message:

Update currency for vim

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11622 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest.php

    r07fa8097 r015138b  
    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.