python/python3-marisa-trie: Updated for version 1.1.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vijay Marcel 2024-02-16 22:02:27 +07:00 committed by Willy Sudiarto Raharjo
parent 9ca2526d5d
commit 36d555ff07
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for python3-marisa-trie
# Copyright 2023 Vijay Marcel
# Copyright 2023-2024 Vijay Marcel
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-marisa-trie
VERSION=${VERSION:-1.0.0}
VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-marisa-trie"
VERSION="1.0.0"
VERSION="1.1.0"
HOMEPAGE="https://github.com/pytries/marisa-trie"
DOWNLOAD="https://pypi.io/packages/source/m/marisa-trie/marisa-trie-1.0.0.tar.gz"
MD5SUM="a65cb3401f54be0ae26ccfa7a8991231"
DOWNLOAD="https://pypi.io/packages/source/m/marisa-trie/marisa-trie-1.1.0.tar.gz"
MD5SUM="a98fd6023f47957a8039786fc39b5ae1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""