python/python3-regex: Update for 2023.5.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
beffded018
commit
4900b803d7
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-regex
|
||||
VERSION=${VERSION:-2023.3.23}
|
||||
VERSION=${VERSION:-2023.5.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-regex"
|
||||
VERSION="2023.3.23"
|
||||
VERSION="2023.5.5"
|
||||
HOMEPAGE="https://bitbucket.org/mrabarnett/mrab-regex"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/r/regex/regex-2023.3.23.tar.gz"
|
||||
MD5SUM="4483fd12b0c75513f696d32091c9937f"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/r/regex/regex-2023.5.5.tar.gz"
|
||||
MD5SUM="112d22df01c1ec73a462446b0b3b8bc1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue