wok-current rev 18885
Up zstd (0.5.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 12 09:46:37 2016 +0100 (2016-02-12) |
parents | 74a3c282b4ca |
children | 5ece920dfa5f |
files | zstd-dev/receipt zstd/receipt |
line diff
1.1 --- a/zstd-dev/receipt Fri Feb 12 09:38:53 2016 +0100 1.2 +++ b/zstd-dev/receipt Fri Feb 12 09:46:37 2016 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="zstd-dev" 1.7 -VERSION="0.1.2" 1.8 +VERSION="0.5.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Zstandard - Fast and efficient compression algorithm, development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/zstd/receipt Fri Feb 12 09:38:53 2016 +0100 2.2 +++ b/zstd/receipt Fri Feb 12 09:46:37 2016 +0100 2.3 @@ -1,14 +1,14 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="zstd" 2.7 -VERSION="0.1.2" 2.8 +VERSION="0.5.0" 2.9 CATEGORY="base-system" 2.10 SHORT_DESC="Zstandard - Fast and efficient compression algorithm." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="BSD" 2.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 WEB_SITE="https://github.com/Cyan4973/zstd" 2.15 -WGET_URL="$WEB_SITE/archive/$TARBALL" 2.16 +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 2.17 TAGS="compression" 2.18 2.19 # Rules to configure and make the package.