summaryrefslogtreecommitdiffstats
path: root/dnspython
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-15 20:09:56 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-15 20:09:56 +0000
commitcec670f2a0135d9cec6896e09ac56185706966ed (patch)
tree290d704876a1f10ffb13841e7204b217071864b7 /dnspython
parent04e4c410473cb0ea3ae463d796ad0ece2c356ae7 (diff)
downloadasb-cec670f2a0135d9cec6896e09ac56185706966ed.tar.gz
asb-cec670f2a0135d9cec6896e09ac56185706966ed.tar.xz
Update to 1.9.4
Diffstat (limited to 'dnspython')
-rwxr-xr-xdnspython/build/dnspython.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dnspython/build/dnspython.SlackBuild b/dnspython/build/dnspython.SlackBuild
index a4a175cd..d09bf1f7 100755
--- a/dnspython/build/dnspython.SlackBuild
+++ b/dnspython/build/dnspython.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -32,6 +32,8 @@
# Changelog:
# 1.8.0-1: 25/Sep/2010 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 1.9.4-1: 15/may/2011 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh dnspython.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -42,7 +44,7 @@
# Set initial variables:
PRGNAM=dnspython
-VERSION=${VERSION:-1.8.0}
+VERSION=${VERSION:-1.R984.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}