wok-current rev 24056
Up zstd (1.5.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 08 09:29:15 2021 +0000 (2021-06-08) |
parents | 5ea0ce1cecc0 |
children | cc915c928cd6 |
files | cookutils/stuff/check-wok zstd-dev/receipt zstd/receipt |
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 Jun 08 09:29:15 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
2.1 --- a/zstd-dev/receipt Tue Jun 08 08:46:05 2021 +0000 2.2 +++ b/zstd-dev/receipt Tue Jun 08 09:29:15 2021 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="zstd-dev" 2.7 -VERSION="1.4.9" 2.8 +VERSION="1.5.0" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Zstandard - Fast and efficient compression algorithm, development files." 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- a/zstd/receipt Tue Jun 08 08:46:05 2021 +0000 3.2 +++ b/zstd/receipt Tue Jun 08 09:29:15 2021 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="zstd" 3.7 -VERSION="1.4.9" 3.8 +VERSION="1.5.0" 3.9 CATEGORY="base-system" 3.10 TAGS="compression" 3.11 SHORT_DESC="Zstandard - Fast and efficient compression algorithm."