libraries/libwebp: Updated for version 0.4.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
powtrix 2014-11-23 11:19:20 +07:00 committed by Willy Sudiarto Raharjo
parent 39d2d4f8ba
commit beca46f916
2 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
# written by powtrix (@gmail.com)
PRGNAM=libwebp
VERSION=${VERSION:-0.4.1}
VERSION=${VERSION:-0.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -41,7 +41,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar zxf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="libwebp"
VERSION="0.4.1"
VERSION="0.4.2"
HOMEPAGE="http://code.google.com/speed/webp/"
DOWNLOAD="http://downloads.webmproject.org/releases/webp/libwebp-0.4.1.tar.gz"
MD5SUM="42bc79613ec5ee5b0e68ba97839c981e"
DOWNLOAD="http://downloads.webmproject.org/releases/webp/libwebp-0.4.2.tar.gz"
MD5SUM="404f45a7d695217db2bb49e1e22ad49f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""