wok rev 23943
Up cryptsetup-dev (2.3.4), lzham_codec (1_0_stable1), slitaz-boot-scripts (466), tazlito (527)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 17 10:31:38 2020 +0000 (2020-09-17) |
parents | 2c74083aac19 |
children | b57d2cbc7c42 |
files | cryptsetup-dev/receipt lzham_codec/receipt slitaz-boot-scripts/receipt tazlito/receipt |
line diff
1.1 --- a/cryptsetup-dev/receipt Tue Sep 15 17:22:05 2020 +0100 1.2 +++ b/cryptsetup-dev/receipt Thu Sep 17 10:31:38 2020 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cryptsetup-dev" 1.7 -VERSION="2.3.3" 1.8 +VERSION="2.3.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="cryptsetup library - development files." 1.11 MAINTAINER="b1+slitaz@nagel.org"
2.1 --- a/lzham_codec/receipt Tue Sep 15 17:22:05 2020 +0100 2.2 +++ b/lzham_codec/receipt Thu Sep 17 10:31:38 2020 +0000 2.3 @@ -1,19 +1,25 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="lzham_codec" 2.7 -VERSION="1.0" 2.8 +VERSION="1_0_stable1" 2.9 CATEGORY="base-system" 2.10 SHORT_DESC="Lossless data compression codec with LZMA-like ratios but 1.5x-8x faster decompression speed." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="MIT" 2.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 WEB_SITE="https://github.com/richgel999/lzham_codec" 2.15 -WGET_URL="$WEB_SITE/archive/v${VERSION/./_}_release.tar.gz" 2.16 +WGET_URL="$WEB_SITE/archive/v${VERSION/./_}.tar.gz" 2.17 TAGS="compression" 2.18 2.19 DEPENDS="gcc-lib-base" 2.20 BUILD_DEPENDS="wget cmake" 2.21 2.22 +current_version() 2.23 +{ 2.24 + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 2.25 + sed '/archive.*tar/!d;s|.*archive/v\(.*\).tar.*|\1|;q' 2.26 +} 2.27 + 2.28 # Rules to configure and make the package. 2.29 compile_rules() 2.30 {
3.1 --- a/slitaz-boot-scripts/receipt Tue Sep 15 17:22:05 2020 +0100 3.2 +++ b/slitaz-boot-scripts/receipt Thu Sep 17 10:31:38 2020 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="slitaz-boot-scripts" 3.7 -VERSION="464" 3.8 +VERSION="466" 3.9 CATEGORY="base-system" 3.10 SHORT_DESC="Provide all the initialisation scripts used at boot time." 3.11 MAINTAINER="pankso@slitaz.org"
4.1 --- a/tazlito/receipt Tue Sep 15 17:22:05 2020 +0100 4.2 +++ b/tazlito/receipt Thu Sep 17 10:31:38 2020 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="tazlito" 4.7 -VERSION="525" 4.8 +VERSION="527" 4.9 CATEGORY="base-system" 4.10 SHORT_DESC="SliTaz Live Tool." 4.11 MAINTAINER="pascal.bellard@slitaz.org"