Changeset 787407af


Ignore:
Timestamp:
02/20/2020 05:57:01 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:
e8d05b3f
Parents:
56fb88f6
Message:

Update currency for procps-ng and psmisc

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest.php

    r56fb88f6 r787407af  
    121121if ( $package == "mpfr"       ) $dirpath = "http://mpfr.loria.fr/mpfr-current";
    122122if ( $package == "ninja"      ) $dirpath = "https://github.com/ninja-build/ninja/releases";
    123 if ( $package == "procps-ng"  ) $dirpath = "http://sourceforge.net/projects/procps-ng/files";
    124 if ( $package == "psmisc"     ) $dirpath = "http://sourceforge.net/projects/$package/files";
     123//if ( $package == "procps-ng"  ) $dirpath = "http://sourceforge.net/projects/procps-ng/files";
     124if ( $package == "procps-ng"  ) $dirpath = "https://gitlab.com/procps-ng/procps/-/tags";
     125//if ( $package == "psmisc"     ) $dirpath = "http://sourceforge.net/projects/$package/files";
     126if ( $package == "psmisc"     ) $dirpath = "https://gitlab.com/psmisc/psmisc/-/tags";
    125127if ( $package == "shadow"     ) $dirpath = "https://github.com/shadow-maint/shadow/releases";
    126128if ( $package == "systemd"    ) $dirpath = "https://github.com/systemd/systemd/releases";
     
    276278  }
    277279
     280  if ( $package == "procps-ng" )
     281     return find_max( $lines, "/release/", "/^.* ([\d\.]+).*$/" );
     282
     283  if ( $package == "psmisc" )
     284     return find_max( $lines, "/^v/", "/^v([\d\.]+).*$/" );
     285
    278286  if ( $package == "grub" )
    279287     return find_max( $lines, "/grub/", "/^.*grub-(\d\..*).tar.xz.*$/" );
Note: See TracChangeset for help on using the changeset viewer.