python/pydot: Updated for version 1.0.28.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
e1937f6d31
commit
968ce44090
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pydot
|
||||
|
||||
# Copyright 2009-2011 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2009-2012 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# 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=pydot
|
||||
VERSION=1.0.23
|
||||
VERSION=1.0.28
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pydot"
|
||||
VERSION="1.0.23"
|
||||
VERSION="1.0.28"
|
||||
HOMEPAGE="http://code.google.com/p/pydot/"
|
||||
DOWNLOAD="http://pydot.googlecode.com/files/pydot-1.0.23.tar.gz"
|
||||
MD5SUM="94444ff90387c96c7e80bebe2a373b0c"
|
||||
DOWNLOAD="http://pydot.googlecode.com/files/pydot-1.0.28.tar.gz"
|
||||
MD5SUM="c0a7a027176a62c412fd0f54951af692"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="graphviz pyparsing"
|
||||
|
|
Loading…
Reference in New Issue