Changeset 1f8c0b9


Ignore:
Timestamp:
02/04/2022 07:29:55 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, 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:
0a75d62
Parents:
bca4876
Message:

Fix currency for tcl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    rbca4876 r1f8c0b9  
    134134if ( $package == "Jinja"      ) $dirpath = "https://pypi.python.org/pypi/Jinja2/";
    135135if ( $package == "systemd"    ) $dirpath = "https://github.com/systemd/systemd/releases";
    136 if ( $package == "tcl"        ) $dirpath = "https://sourceforge.net/projects/tcl/files";
     136//if ( $package == "tcl"        ) $dirpath = "https://sourceforge.net/projects/tcl/files";
     137if ( $package == "tcl"        ) $dirpath = "https://www.tcl.tk/software/tcltk/download.html";
    137138if ( $package == "util-linux" ) $dirpath = max_parent( $dirpath, "v." );
    138139if ( $package == "vim"        ) $dirpath = "https://github.com/vim/vim/tags";
     
    265266
    266267  if ( $package == "tcl" )
    267      return find_max( $lines, "/tcl/", "/^.*tcl(\d[\d\.]*\d)-src.*$/" );
     268     return find_max( $lines, "/tcl\d/", "/^.*tcl(\d\.[\d\.]*\d)-src.*$/" );
    268269
    269270  if ( $package == "ninja" )
Note: See TracChangeset for help on using the changeset viewer.