libraries/webkitgtk: Updated for version 2.4.8.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Erik Hanson 2015-01-17 14:27:50 +07:00 committed by Willy Sudiarto Raharjo
parent 0baa48d6d9
commit 7925cda25c
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
#
# Slackware build script for WebKitGTK+
#
# Copyright 2010-2014 Erik W. Hanson, Minneapolis, MN, USA
# Copyright 2010-2015 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=webkitgtk
VERSION=${VERSION:-2.4.7}
VERSION=${VERSION:-2.4.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -87,7 +87,7 @@ make
make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog INSTALL $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="webkitgtk"
VERSION="2.4.7"
VERSION="2.4.8"
HOMEPAGE="http://webkitgtk.org/"
DOWNLOAD="http://www.webkitgtk.org/releases/webkitgtk-2.4.7.tar.xz"
MD5SUM="e1a10b4730f501980e3681db9b0e5d25"
DOWNLOAD="http://www.webkitgtk.org/releases/webkitgtk-2.4.8.tar.xz"
MD5SUM="bcdcef8e1ba28dbd5bb05f86c79f76b8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gst1-plugins-base libwebp"