libraries/webkit: Updated for version r61056.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
alkos333 2010-06-13 13:53:23 -05:00 committed by Robby Workman
parent 8cc33420b5
commit aad589d97d
2 changed files with 5 additions and 7 deletions

View file

@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=webkit
VERSION=r45012
VERSION=r61056
BUILD=${BUILD:-1}
TAG=${TAG=_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi

View file

@ -1,10 +1,10 @@
PRGNAM="webkit"
VERSION="r45012"
VERSION="r61056"
HOMEPAGE="http://www.webkit.org/"
DOWNLOAD="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r45012.tar.bz2"
MD5SUM="7f5674936a6162e1a7560099127144f5"
DOWNLOAD="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r61056.tar.bz2"
MD5SUM="01828befc1bfe1c1e3910cde2f1d6e73"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="alkos333"
EMAIL="me@alkos333.net"
APPROVED="rworkman"
APPROVED="Erik Hanson"