diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-03 12:28:03 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-03 12:28:03 -0600 |
commit | 817c04377878b386c855ff6473ba085b8ae019d5 (patch) | |
tree | d6bd4e4d8ea868ada604241466e36e7ff6722d93 /development/docutils/docutils.SlackBuild | |
parent | e1d86e70170d59af48b53f68c939d3fd3716f0e4 (diff) |
development/docutils: Updated for version 0.11.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/docutils/docutils.SlackBuild')
-rw-r--r-- | development/docutils/docutils.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/docutils/docutils.SlackBuild b/development/docutils/docutils.SlackBuild index 6a7b45049867..cd532f7a5b1b 100644 --- a/development/docutils/docutils.SlackBuild +++ b/development/docutils/docutils.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for docutils -# Copyright 2006-2012 Robby Workman Northport, AL, USA +# Copyright 2006-2013 Robby Workman Northport, AL, USA # 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=docutils -VERSION=${VERSION:-0.9.1} +VERSION=${VERSION:-0.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |