diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2011-06-23 20:41:22 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:00 -0300 |
commit | bb3099b6ad2e085030d924fc7bafd7814fac2493 (patch) | |
tree | aaec566c36e6185524a96a12ccf24f666300b2ea /python | |
parent | ffe11b03d56790afca32acf1f36873a36a99cf1a (diff) | |
download | slackbuilds-bb3099b6ad2e085030d924fc7bafd7814fac2493.tar.gz |
python/dnspython: Updated for version 1.9.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/dnspython/dnspython.SlackBuild | 2 | ||||
-rw-r--r-- | python/dnspython/dnspython.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/dnspython/dnspython.SlackBuild b/python/dnspython/dnspython.SlackBuild index af553b0c96..e21aae3533 100644 --- a/python/dnspython/dnspython.SlackBuild +++ b/python/dnspython/dnspython.SlackBuild @@ -3,7 +3,7 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=dnspython -VERSION=1.9.2 +VERSION=1.9.4 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/dnspython/dnspython.info b/python/dnspython/dnspython.info index 139c9dc67a..2ca4b96d96 100644 --- a/python/dnspython/dnspython.info +++ b/python/dnspython/dnspython.info @@ -1,10 +1,10 @@ PRGNAM="dnspython" -VERSION="1.9.2" +VERSION="1.9.4" HOMEPAGE="http://www.dnspython.org/" -DOWNLOAD="http://www.dnspython.org/kits/1.9.2/dnspython-1.9.2.tar.gz" -MD5SUM="26426043e619d34b47c7c30dc0a02f1c" +DOWNLOAD="http://www.dnspython.org/kits/1.9.4/dnspython-1.9.4.tar.gz" +MD5SUM="8a89b7865251c4e9d8ec2f8cc9f8cd78" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" -APPROVED="dsomero,Niels Horn" +APPROVED="dsomero" |