Changeset 912108f


Ignore:
Timestamp:
01/13/2020 04:07:23 PM (4 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.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:
a5ad6a8
Parents:
33b49b6
Message:

Update currency for zstd

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest.php

    r33b49b6 r912108f  
    105105  global $regex;
    106106
    107 //if ( $package != "vim" ) return 0; // Debug
     107//if ( $package != "zstd" ) return 0; // Debug
    108108
    109109if ( $package == "bc"         ) $dirpath = "https://github.com/gavinhoward/bc/releases";
     
    128128if ( $package == "util-linux" ) $dirpath = max_parent( $dirpath, "v." );
    129129if ( $package == "vim"        ) $dirpath = "https://github.com/vim/vim/releases";
     130if ( $package == "zstd"       ) $dirpath = "https://github.com/facebook/zstd/releases";
    130131//if ( $package == "vim"        ) $dirpath = "ftp://ftp.vim.org/pub/vim/unix";
    131132
     
    284285     return find_max( $lines, "/v\d\./", "/^.*v([\d\.]+).*$/" );
    285286
     287  if ( $package == "zstd" )
     288     return find_max( $lines, "/Zstandard v/", "/^.*v([\d\.]+).*$/" );
     289
    286290  // Most packages are in the form $package-n.n.n
    287291  // Occasionally there are dashes (e.g. 201-1)
Note: See TracChangeset for help on using the changeset viewer.