Changeset 787407af
- Timestamp:
- 02/20/2020 05:57:01 PM (3 years ago)
- 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, 9.1, arm, bdubbs/gcc13, cross-chap5, ml-11.0, multilib, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- e8d05b3f
- Parents:
- 56fb88f6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lfs-latest.php
r56fb88f6 r787407af 121 121 if ( $package == "mpfr" ) $dirpath = "http://mpfr.loria.fr/mpfr-current"; 122 122 if ( $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"; 124 if ( $package == "procps-ng" ) $dirpath = "https://gitlab.com/procps-ng/procps/-/tags"; 125 //if ( $package == "psmisc" ) $dirpath = "http://sourceforge.net/projects/$package/files"; 126 if ( $package == "psmisc" ) $dirpath = "https://gitlab.com/psmisc/psmisc/-/tags"; 125 127 if ( $package == "shadow" ) $dirpath = "https://github.com/shadow-maint/shadow/releases"; 126 128 if ( $package == "systemd" ) $dirpath = "https://github.com/systemd/systemd/releases"; … … 276 278 } 277 279 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 278 286 if ( $package == "grub" ) 279 287 return find_max( $lines, "/grub/", "/^.*grub-(\d\..*).tar.xz.*$/" );
Note:
See TracChangeset
for help on using the changeset viewer.