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

Up firefox-official (104.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 04 18:56:05 2022 +0000 (22 months ago)
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	Sun Sep 04 18:56:05 2022 +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