Changeset 1ca2287


Ignore:
Timestamp:
12/12/2021 02:25:34 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, arm, bdubbs/gcc13, 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:
861d9a4, f2ab0c5
Parents:
88bbf22
Message:

Fix currency for psmisc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    r88bbf22 r1ca2287  
    282282
    283283  if ( $package == "psmisc" )
    284      return find_max( $lines, "/v\d/", "/^.*v([\d\.]+) .*$/" );
     284     return find_max( $lines, "/v\d/", "/^.*v([\d\.]+).tar.*$/" );
    285285
    286286  if ( $package == "grub" )
Note: See TracChangeset for help on using the changeset viewer.