summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-11-07 20:34:02 +0000
committer Eric Hameleers <alien@slackware.com>2010-11-07 20:34:02 +0000
commit46f821bb4a6ca2082741f08474564e50a60c2b7b (patch)
tree4836207634e34379d55e50092ae1387978580a09
parent5c7e85aa5480907feeba0f4c759e89c3c10cc76d (diff)
downloadasb-46f821bb4a6ca2082741f08474564e50a60c2b7b.tar.gz
asb-46f821bb4a6ca2082741f08474564e50a60c2b7b.tar.xz
Update to 1.9.2.12
-rwxr-xr-xxulrunner/build/xulrunner.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/xulrunner/build/xulrunner.SlackBuild b/xulrunner/build/xulrunner.SlackBuild
index c637cc1b..62260c34 100755
--- a/xulrunner/build/xulrunner.SlackBuild
+++ b/xulrunner/build/xulrunner.SlackBuild
@@ -36,6 +36,8 @@
# * Update.
# 1.9.2.10-1: 11/oct/2010 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.9.2.12-1: 07/nov/2010 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh xulrunner.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -46,7 +48,7 @@
# Set initial variables:
PRGNAM=xulrunner
-VERSION=${VERSION:-1.9.2.10}
+VERSION=${VERSION:-1.9.2.12}
SRCVER=$(echo $VERSION | cut -d. -f1-3)
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}