Restrict tcl currency to version 8 for now.

This commit is contained in:
Bruce Dubbs 2025-02-12 19:05:22 -06:00
parent df98180f35
commit 4bc4b26d5a

View File

@ -232,7 +232,7 @@ if ( $package == "zstd" ) $dirpath = github("facebook/zstd");
} }
if ( $package == "tcl" ) if ( $package == "tcl" )
return find_max( $lines, "/tcl\d/", "/^.*tcl(\d\.[\d\.]*\d)-src.*$/" ); return find_max( $lines, "/tcl8/", "/^.*tcl(\d\.[\d\.]*\d)-src.*$/" );
if ( $package == "gmp" ) if ( $package == "gmp" )
return find_max( $lines, "/$package/", "/^.*$package-([\d\._]*\d[a-z]?).tar.*$/" ); return find_max( $lines, "/$package/", "/^.*$package-([\d\._]*\d[a-z]?).tar.*$/" );