diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-10-30 10:03:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-30 20:27:34 +0700 |
commit | e353bd6429863eb51048a063965510291f52fe33 (patch) | |
tree | de48f11888d0383b936836752aea1af948e809cc /python/dnspython/dnspython.SlackBuild | |
parent | 11ea2c935d5f0961a1467fae767259250bc3690a (diff) | |
download | slackbuilds-e353bd6429863eb51048a063965510291f52fe33.tar.gz |
python/dnspython: Updated for version 1.12.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/dnspython/dnspython.SlackBuild')
-rw-r--r-- | python/dnspython/dnspython.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/dnspython/dnspython.SlackBuild b/python/dnspython/dnspython.SlackBuild index 1b054fca50..4e5913bbe5 100644 --- a/python/dnspython/dnspython.SlackBuild +++ b/python/dnspython/dnspython.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for dnspython -# Copyright 2009-2013 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2009-2014 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=dnspython -VERSION=${VERSION:-1.11.1} +VERSION=${VERSION:-1.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |