wok diff zstd/receipt @ rev 19098

gettext: fix arm build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 03 22:10:36 2016 +0200 (2016-05-03)
parents 5590240a5d23
children 56ac50099f16
line diff
     1.1 --- a/zstd/receipt	Wed Sep 16 13:47:02 2015 +0200
     1.2 +++ b/zstd/receipt	Tue May 03 22:10:36 2016 +0200
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="zstd"
     1.7 -VERSION="0.1.2"
     1.8 +VERSION="0.5.0"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Zstandard - Fast and efficient compression algorithm."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="https://github.com/Cyan4973/zstd"
    1.15 -WGET_URL="$WEB_SITE/archive/$TARBALL"
    1.16 +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
    1.17  TAGS="compression"
    1.18  
    1.19  # Rules to configure and make the package.