# HG changeset patch # User Pascal Bellard # Date 1600338698 0 # Node ID df7ee1e0dc61e20f4a25faa0dc9d61215d401a9b # Parent 2c74083aac19e993e1995b20a42507efdae0075a Up cryptsetup-dev (2.3.4), lzham_codec (1_0_stable1), slitaz-boot-scripts (466), tazlito (527) diff -r 2c74083aac19 -r df7ee1e0dc61 cryptsetup-dev/receipt --- a/cryptsetup-dev/receipt Tue Sep 15 17:22:05 2020 +0100 +++ b/cryptsetup-dev/receipt Thu Sep 17 10:31:38 2020 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cryptsetup-dev" -VERSION="2.3.3" +VERSION="2.3.4" CATEGORY="development" SHORT_DESC="cryptsetup library - development files." MAINTAINER="b1+slitaz@nagel.org" diff -r 2c74083aac19 -r df7ee1e0dc61 lzham_codec/receipt --- a/lzham_codec/receipt Tue Sep 15 17:22:05 2020 +0100 +++ b/lzham_codec/receipt Thu Sep 17 10:31:38 2020 +0000 @@ -1,19 +1,25 @@ # SliTaz package receipt. PACKAGE="lzham_codec" -VERSION="1.0" +VERSION="1_0_stable1" CATEGORY="base-system" SHORT_DESC="Lossless data compression codec with LZMA-like ratios but 1.5x-8x faster decompression speed." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://github.com/richgel999/lzham_codec" -WGET_URL="$WEB_SITE/archive/v${VERSION/./_}_release.tar.gz" +WGET_URL="$WEB_SITE/archive/v${VERSION/./_}.tar.gz" TAGS="compression" DEPENDS="gcc-lib-base" BUILD_DEPENDS="wget cmake" +current_version() +{ + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ + sed '/archive.*tar/!d;s|.*archive/v\(.*\).tar.*|\1|;q' +} + # Rules to configure and make the package. compile_rules() { diff -r 2c74083aac19 -r df7ee1e0dc61 slitaz-boot-scripts/receipt --- a/slitaz-boot-scripts/receipt Tue Sep 15 17:22:05 2020 +0100 +++ b/slitaz-boot-scripts/receipt Thu Sep 17 10:31:38 2020 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="slitaz-boot-scripts" -VERSION="464" +VERSION="466" CATEGORY="base-system" SHORT_DESC="Provide all the initialisation scripts used at boot time." MAINTAINER="pankso@slitaz.org" diff -r 2c74083aac19 -r df7ee1e0dc61 tazlito/receipt --- a/tazlito/receipt Tue Sep 15 17:22:05 2020 +0100 +++ b/tazlito/receipt Thu Sep 17 10:31:38 2020 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazlito" -VERSION="525" +VERSION="527" CATEGORY="base-system" SHORT_DESC="SliTaz Live Tool." MAINTAINER="pascal.bellard@slitaz.org"