development/Sphinx: Updated for version 1.0.5.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Mikko Värri 2010-12-30 00:48:37 -06:00 committed by Robby Workman
parent 1f6479b260
commit 3ae48f66c2
3 changed files with 4 additions and 6 deletions

View File

@ -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

View File

@ -6,7 +6,7 @@
# Public domain.
PRGNAM=Sphinx
VERSION=${VERSION:-1.0.4}
VERSION=${VERSION:-1.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -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"