# HG changeset patch # User Pascal Bellard # Date 1623144555 0 # Node ID 12b20ec071968e797f541944843629509d9ce198 # Parent 5ea0ce1cecc00530ba8dd386829a0aca888d852b Up zstd (1.5.0) diff -r 5ea0ce1cecc0 -r 12b20ec07196 cookutils/stuff/check-wok --- a/cookutils/stuff/check-wok Tue Jun 08 08:46:05 2021 +0000 +++ b/cookutils/stuff/check-wok Tue Jun 08 09:29:15 2021 +0000 @@ -72,6 +72,6 @@ for i in $(grep -l current_version $WOK/*/receipt); do . $i new="$(current_version)" - [ "$new" != "$VERSION" -a ${#new} -gt 0 -a ${#new} -lt 20 ] && + [ "$new" != "$VERSION" -a ${#new} -gt 0 -a ${#new} -lt 40 ] && echo "$PACKAGE: $VERSION -> $new" done diff -r 5ea0ce1cecc0 -r 12b20ec07196 zstd-dev/receipt --- a/zstd-dev/receipt Tue Jun 08 08:46:05 2021 +0000 +++ b/zstd-dev/receipt Tue Jun 08 09:29:15 2021 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="zstd-dev" -VERSION="1.4.9" +VERSION="1.5.0" CATEGORY="development" SHORT_DESC="Zstandard - Fast and efficient compression algorithm, development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r 5ea0ce1cecc0 -r 12b20ec07196 zstd/receipt --- a/zstd/receipt Tue Jun 08 08:46:05 2021 +0000 +++ b/zstd/receipt Tue Jun 08 09:29:15 2021 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="zstd" -VERSION="1.4.9" +VERSION="1.5.0" CATEGORY="base-system" TAGS="compression" SHORT_DESC="Zstandard - Fast and efficient compression algorithm."