summaryrefslogtreecommitdiffstats
path: root/webkitgtk
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-10-15 20:51:38 +0000
committer Eric Hameleers <alien@slackware.com>2010-10-15 20:51:38 +0000
commit6a4975166c6754fc5b101b433924a51a180099f0 (patch)
tree123f72eca1294e6c344c798d7582ae4795078dfb /webkitgtk
parentd428dfebf7d9ec88a0326aa9169fad618df3d11b (diff)
downloadasb-6a4975166c6754fc5b101b433924a51a180099f0.tar.gz
asb-6a4975166c6754fc5b101b433924a51a180099f0.tar.xz
Update to 1.2.5
Diffstat (limited to 'webkitgtk')
-rwxr-xr-xwebkitgtk/build/webkitgtk.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/webkitgtk/build/webkitgtk.SlackBuild b/webkitgtk/build/webkitgtk.SlackBuild
index e5c98e87..07159c1c 100755
--- a/webkitgtk/build/webkitgtk.SlackBuild
+++ b/webkitgtk/build/webkitgtk.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright (c) 2009,2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2009, 2010 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -36,6 +36,8 @@
# * Update.
# 1.2.1-1: 01/jun/2010 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.2.5-1: 15/oct/2010 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh webkitgtk.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -47,7 +49,7 @@
PRGNAM=webkitgtk
SRCNAM=webkit
-VERSION=${VERSION:-1.2.1}
+VERSION=${VERSION:-1.2.5}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}