Browse Source
python/python3-textdistance: Update for 4.6.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/229/head
isaackwy
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-textdistance/python3-textdistance.SlackBuild
-
python/python3-textdistance/python3-textdistance.info
|
|
@ -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="" |
|
|
|