Changes in / [0780176:2106da2]


Ignore:
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.