wok diff cookutils/stuff/check-wok @ rev 24070

Up harfbuzz (2.8.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 06 14:28:49 2021 +0000 (2021-07-06)
parents 5ea0ce1cecc0
children
line diff
     1.1 --- a/cookutils/stuff/check-wok	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/cookutils/stuff/check-wok	Tue Jul 06 14:28:49 2021 +0000
     1.3 @@ -72,6 +72,6 @@
     1.4  for i in $(grep -l current_version $WOK/*/receipt); do
     1.5  	. $i
     1.6  	new="$(current_version)"
     1.7 -	[ "$new" != "$VERSION" -a ${#new} -gt 0 -a ${#new} -lt 20 ] &&
     1.8 +	[ "$new" != "$VERSION" -a ${#new} -gt 0 -a ${#new} -lt 40 ] &&
     1.9  	echo "$PACKAGE: $VERSION -> $new"
    1.10  done