Changeset 2106da2 for lfs-latest-git.php


Ignore:
Timestamp:
11/14/2022 11:30:12 PM (18 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
41f609f
Parents:
0780176 (diff), 8ffb2771 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    r0780176 r2106da2  
    140140if ( $package == "Python"     ) $dirpath = "https://www.python.org/downloads/source/";
    141141if ( $package == "shadow"     ) $dirpath = "https://github.com/shadow-maint/shadow/releases";
     142if ( $package == "sysvinit"   ) $dirpath = "https://github.com/slicer69/sysvinit/releases";
    142143if ( $package == "MarkupSafe" ) $dirpath = "https://pypi.python.org/pypi/MarkupSafe/";
    143144if ( $package == "Jinja"      ) $dirpath = "https://pypi.python.org/pypi/Jinja2/";
     
    276277     return find_max( $lines, "/^\s+\d\./", "/^\s+([\d\.]+)$/" );
    277278
     279  if ( $package == "sysvinit" )
     280     return find_max( $lines, "/^\s+\d\./", "/^\s+([\d\.]+)$/" );
     281
    278282  if ( $package == "XML-Parser" )
    279283  {
Note: See TracChangeset for help on using the changeset viewer.