Changeset 161a267 for lfs-latest-git.php


Ignore:
Timestamp:
05/13/2024 04:01:59 PM (5 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
c6e4dba
Parents:
f6548ac (diff), 5ff2f2e4 (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:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    rf6548ac r161a267  
    148148if ( $package == "sysvinit"   ) $dirpath = github("slicer69/sysvinit");
    149149if ( $package == "MarkupSafe" ) $dirpath = "https://pypi.python.org/pypi/MarkupSafe/";
    150 if ( $package == "Jinja"      ) $dirpath = "https://pypi.python.org/pypi/Jinja2/";
     150if ( $package == "jinja"      ) $dirpath = "https://pypi.python.org/pypi/Jinja2/";
    151151if ( $package == "systemd"    ) $dirpath = github("systemd/systemd");
    152152//if ( $package == "tcl"        ) $dirpath = "https://sourceforge.net/projects/tcl/files";
     
    264264     return find_max( $lines, "/grub/", "/^.*grub-([\d\.]+).tar.xz.*$/" );
    265265
    266   if ( $package == "Jinja" )
     266  if ( $package == "jinja" )
    267267     return find_max( $lines, "/Jinja/", "/^.*Jinja2 ([\d\.]+).*$/" );
    268268
Note: See TracChangeset for help on using the changeset viewer.