Changeset 043e9bd


Ignore:
Timestamp:
05/12/2024 02:55:19 PM (3 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
multilib, trunk, xry111/arm64, xry111/loongarch
Children:
5d867ec
Parents:
9b39be4
Message:

Fix currency for jinja2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    r9b39be4 r043e9bd  
    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.