Changeset 22547b2 for lfs-latest-git.php


Ignore:
Timestamp:
07/11/2021 03:45:22 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
9600ece
Parents:
aea9d3b (diff), c519d456 (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

    raea9d3b r22547b2  
    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.