mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-regex: Update for 2024.7.24
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6fda69fdd6
commit
6a0f5c302e
3 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-regex
|
||||
VERSION=${VERSION:-2024.5.15}
|
||||
VERSION=${VERSION:-2024.7.24}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-regex"
|
||||
VERSION="2024.5.15"
|
||||
HOMEPAGE="https://bitbucket.org/mrabarnett/mrab-regex"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/r/regex/regex-2024.5.15.tar.gz"
|
||||
MD5SUM="ae95e2e37bb82641bb852dd5e1b5701f"
|
||||
VERSION="2024.7.24"
|
||||
HOMEPAGE="https://github.com/mrabarnett/mrab-regex"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/r/regex/regex-2024.7.24.tar.gz"
|
||||
MD5SUM="1f23019dcf303d487abdfa18ad18402d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -12,7 +12,7 @@ python3-regex: A new regex implementation intended eventually to replace Python'
|
|||
python3-regex: current re module implementation. For testing and comparison with the
|
||||
python3-regex: new implementation is in the form of a module called 'regex'.
|
||||
python3-regex:
|
||||
python3-regex: Homepage: https://code.google.com/p/mrab-regex-hg/
|
||||
python3-regex: Homepage: https://github.com/mrabarnett/mrab-regex
|
||||
python3-regex:
|
||||
python3-regex:
|
||||
python3-regex:
|
||||
|
|
Loading…
Reference in a new issue