mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/dnspython: Updated for version 1.8.0.
This commit is contained in:
parent
e8b7521937
commit
73922ef2a6
4 changed files with 11 additions and 11 deletions
|
@ -5,4 +5,4 @@ It supports TSIG authenticated messages and EDNS0.
|
|||
dnspython provides both high and low level access to DNS. The high
|
||||
level classes perform queries for data of a given name, type, and
|
||||
class, and return an answer set. The low level classes allow direct
|
||||
manipulation of DNS zones, messages, names, and records.
|
||||
manipulation of DNS zones, messages, names, and records.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=dnspython
|
||||
VERSION=${VERSION:-1.7.1}
|
||||
VERSION=${VERSION:-1.8.0}
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="dnspython"
|
||||
VERSION="1.7.1"
|
||||
VERSION="1.8.0"
|
||||
HOMEPAGE="http://www.dnspython.org/"
|
||||
DOWNLOAD="http://www.dnspython.org/kits/1.7.1/dnspython-1.7.1.tar.gz"
|
||||
MD5SUM="870f52ca78b4f37ac7a4e718d337334c"
|
||||
DOWNLOAD="http://www.dnspython.org/kits/1.8.0/dnspython-1.8.0.tar.gz"
|
||||
MD5SUM="77f379e0cb21e11470a35359e6211c53"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -11,9 +11,9 @@ dnspython:
|
|||
dnspython: dnspython is a DNS toolkit for Python. It supports almost all record
|
||||
dnspython: types. It can be used for queries, zone transfers, and dynamic
|
||||
dnspython: updates. It supports TSIG authenticated messages and EDNS0.
|
||||
dnspython:
|
||||
dnspython:
|
||||
dnspython: Homepage: http://www.dnspython.org/
|
||||
dnspython:
|
||||
dnspython:
|
||||
dnspython:
|
||||
dnspython:
|
||||
dnspython:
|
||||
dnspython:
|
||||
dnspython:
|
||||
dnspython:
|
||||
|
|
Loading…
Reference in a new issue