Changeset 7354a12 for lfs-latest.php


Ignore:
Timestamp:
03/21/2020 12:01:26 PM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
7b4634c
Parents:
997d961
Message:

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11794 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest.php

    r997d961 r7354a12  
    1717$regex[ 'less'     ] = "/^.*current released version is less-(\d+).*$/";
    1818$regex[ 'mpfr'     ] = "/^mpfr-([\d\.]+)\.tar.*$/";
     19$regex[ 'Python'   ] = "/^.*Latest Python 3.*Python (3[\d\.]+\d).*$/";
    1920$regex[ 'systemd'  ] = "/^.*v([\d]+)$/";
    2021//$regex[ 'sysvinit' ] = "/^.*sysvinit-([\d\.]+)dsf\.tar.*$/";
     
    125126//if ( $package == "psmisc"     ) $dirpath = "http://sourceforge.net/projects/$package/files";
    126127if ( $package == "psmisc"     ) $dirpath = "https://gitlab.com/psmisc/psmisc/-/tags";
     128if ( $package == "Python"     ) $dirpath = "https://www.python.org/downloads/source/";
    127129if ( $package == "shadow"     ) $dirpath = "https://github.com/shadow-maint/shadow/releases";
    128130if ( $package == "systemd"    ) $dirpath = "https://github.com/systemd/systemd/releases";
Note: See TracChangeset for help on using the changeset viewer.