summaryrefslogtreecommitdiffstats
path: root/libsoup
diff options
context:
space:
mode:
Diffstat (limited to 'libsoup')
-rwxr-xr-xlibsoup/build/libsoup.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/libsoup/build/libsoup.SlackBuild b/libsoup/build/libsoup.SlackBuild
index d40adf56..b38b6c38 100755
--- a/libsoup/build/libsoup.SlackBuild
+++ b/libsoup/build/libsoup.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2009, 2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2009, 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -39,6 +39,8 @@
# * Update.
# 2.32.0-1: 15/oct/2010 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 2.34.2-1: 18/jun/2011 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh libsoup.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -49,7 +51,7 @@
# Set initial variables:
PRGNAM=libsoup
-VERSION=${VERSION:-2.32.0}
+VERSION=${VERSION:-2.34.2}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}