python/python3-textdistance: Update for 4.6.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3392419ad8
commit
97b9170a4d
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-textdistance
|
||||
VERSION=${VERSION:-4.6.2}
|
||||
VERSION=${VERSION:-4.6.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-textdistance"
|
||||
VERSION="4.6.2"
|
||||
VERSION="4.6.3"
|
||||
HOMEPAGE="https://github.com/life4/textdistance"
|
||||
DOWNLOAD="https://github.com/life4/textdistance/archive/4.6.2/textdistance-4.6.2.tar.gz"
|
||||
MD5SUM="ce45430e7d68ed7ca8d3bf2cdd0148d7"
|
||||
DOWNLOAD="https://github.com/life4/textdistance/archive/4.6.3/textdistance-4.6.3.tar.gz"
|
||||
MD5SUM="cceeba5dd010d2ae2ce52467d8d5c84f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue