summaryrefslogtreecommitdiffstats
path: root/libsoup
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-06-18 17:52:56 +0000
committer Eric Hameleers <alien@slackware.com>2011-06-18 17:52:56 +0000
commit5d5b3247143fd710176d95ba514282842dc7af7e (patch)
tree6b47cb5412f17685a5d94560bb813f1aa01aa261 /libsoup
parentf9e81e521dba6e7ebaf368ade7ee0ae2865ff152 (diff)
downloadasb-5d5b3247143fd710176d95ba514282842dc7af7e.tar.gz
asb-5d5b3247143fd710176d95ba514282842dc7af7e.tar.xz
Updated to 2.34.2
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}