Ignore:
Timestamp:
07/10/2021 10:08:03 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
176404f, 22547b2
Parents:
28bdcfe
Message:

Set up currency for MakrupSafe and Jinja2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    r28bdcfe rc519d456  
    128128if ( $package == "Python"     ) $dirpath = "https://www.python.org/downloads/source/";
    129129if ( $package == "shadow"     ) $dirpath = "https://github.com/shadow-maint/shadow/releases";
     130if ( $package == "MarkupSafe" ) $dirpath = "https://pypi.python.org/pypi/MarkupSafe/";
     131if ( $package == "Jinja"      ) $dirpath = "https://pypi.python.org/pypi/Jinja2/";
    130132if ( $package == "systemd"    ) $dirpath = "https://github.com/systemd/systemd/releases";
    131133if ( $package == "tcl"        ) $dirpath = "http://sourceforge.net/projects/tcl/files";
     
    281283     return find_max( $lines, "/grub/", "/^.*grub-([\d\.]+).tar.xz.*$/" );
    282284
     285  if ( $package == "Jinja" )
     286     return find_max( $lines, "/Jinja/", "/^.*Jinja2 ([\d\.]+).*$/" );
     287
    283288  if ( $package == "openssl" )
    284289     return find_max( $lines, "/openssl/", "/^.*openssl-([\d\.p]*\d.?).tar.*$/" );
Note: See TracChangeset for help on using the changeset viewer.