development/Sphinx: Updated for version 1.0.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
1f6479b260
commit
3ae48f66c2
|
@ -1,5 +1,3 @@
|
|||
Sphinx (Documentation generator)
|
||||
|
||||
Sphinx is a tool that translates a set of reStructuredText source
|
||||
files into various output formats, automatically producing
|
||||
cross-references, indices etc. The focus is on hand-written
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# Public domain.
|
||||
|
||||
PRGNAM=Sphinx
|
||||
VERSION=${VERSION:-1.0.4}
|
||||
VERSION=${VERSION:-1.0.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Sphinx"
|
||||
VERSION="1.0.4"
|
||||
VERSION="1.0.5"
|
||||
HOMEPAGE="http://sphinx.pocoo.org/"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.0.4.tar.gz"
|
||||
MD5SUM="d4067e42e75525ecf108ece471ce97bb"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.0.5.tar.gz"
|
||||
MD5SUM="9c2cbfb4f520c49cedd10d0b26196832"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Mikko Värri"
|
||||
|
|
Loading…
Reference in New Issue