summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-09-20 23:08:40 +0000
committer Eric Hameleers <alien@slackware.com>2009-09-20 23:08:40 +0000
commitba5c11a8433649a40d58e99c98dca84c84367444 (patch)
tree571ebcadbefca4c4760ba9441508de583d21077d
parent5625be068a52736ea4bd6fe2ac9257c9d6a6dd6e (diff)
downloadasb-ba5c11a8433649a40d58e99c98dca84c84367444.tar.gz
asb-ba5c11a8433649a40d58e99c98dca84c84367444.tar.xz
Downgraded to 1.1.12 because that is the latest to build with the glib2 of Slackware 13.0
-rwxr-xr-xwebkitgtk/build/webkitgtk.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkitgtk/build/webkitgtk.SlackBuild b/webkitgtk/build/webkitgtk.SlackBuild
index 7a282c83..23255230 100755
--- a/webkitgtk/build/webkitgtk.SlackBuild
+++ b/webkitgtk/build/webkitgtk.SlackBuild
@@ -32,7 +32,7 @@
# Changelog:
# 1.1.10-1: 23/Jun/2009 by Eric Hameleers <alien@slackware.com>
# * Initial build.
-# 1.1.14-1: 20/sep/2009 by Eric Hameleers <alien@slackware.com>
+# 1.1.12-1: 20/sep/2009 by Eric Hameleers <alien@slackware.com>
# * Update.
#
# Run 'sh webkitgtk.SlackBuild' to build a Slackware package.
@@ -45,7 +45,7 @@
PRGNAM=webkitgtk
SRCNAM=webkit
-VERSION=${VERSION:-1.1.14}
+VERSION=${VERSION:-1.1.12}
ARCH=${ARCH:-x86_64}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}