mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/bcdoc: Updated for version 0.13.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f3d522792c
commit
7e6e902302
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for bcdoc
|
# Slackware build script for bcdoc
|
||||||
|
|
||||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=bcdoc
|
PRGNAM=bcdoc
|
||||||
VERSION=${VERSION:-0.12.2}
|
VERSION=${VERSION:-0.13.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="bcdoc"
|
PRGNAM="bcdoc"
|
||||||
VERSION="0.12.2"
|
VERSION="0.13.0"
|
||||||
HOMEPAGE="https://github.com/boto/bcdoc"
|
HOMEPAGE="https://github.com/boto/bcdoc"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/source/b/bcdoc/bcdoc-0.12.2.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/source/b/bcdoc/bcdoc-0.13.0.tar.gz"
|
||||||
MD5SUM="691b54985502d391f5e999aa476ab91b"
|
MD5SUM="819882458be7b642e00ddc9846073d89"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="docutils six"
|
REQUIRES="docutils six"
|
||||||
|
|
Loading…
Reference in a new issue