office/python3-xlsx2csv: Updated for version 0.8.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
93fee3264a
commit
be7a270ab9
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-xlsx2csv
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-0.8.2}
|
||||
VERSION=${VERSION:-0.8.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-xlsx2csv"
|
||||
VERSION="0.8.2"
|
||||
VERSION="0.8.3"
|
||||
HOMEPAGE="https://github.com/dilshod/xlsx2csv"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/x/xlsx2csv/xlsx2csv-0.8.2.tar.gz"
|
||||
MD5SUM="ff67d058775773291fbd79286ae41d5d"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/x/xlsx2csv/xlsx2csv-0.8.3.tar.gz"
|
||||
MD5SUM="7c8eb7b0a7fb913fc982b7b37dd43cae"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-setuptools-opt"
|
||||
|
|
Loading…
Reference in New Issue