diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-05-10 00:37:04 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-11 08:12:18 +0700 |
commit | cd1468b71989ca636ba676811059c0a3994bdd26 (patch) | |
tree | 77f8570939fca4a6baa112e4da9b276e1c116092 /python | |
parent | a39b75c0bb2350234653242df0e1f69a27ecbd0d (diff) |
python/python3-regex: Updated for version 2024.5.10.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-regex/python3-regex.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-regex/python3-regex.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-regex/python3-regex.SlackBuild b/python/python3-regex/python3-regex.SlackBuild index 5b8cc21f3494..201bff758453 100644 --- a/python/python3-regex/python3-regex.SlackBuild +++ b/python/python3-regex/python3-regex.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-regex -VERSION=${VERSION:-2024.4.28} +VERSION=${VERSION:-2024.5.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-regex/python3-regex.info b/python/python3-regex/python3-regex.info index 01f41b36c027..8b8e2766df91 100644 --- a/python/python3-regex/python3-regex.info +++ b/python/python3-regex/python3-regex.info @@ -1,8 +1,8 @@ PRGNAM="python3-regex" -VERSION="2024.4.28" +VERSION="2024.5.10" HOMEPAGE="https://bitbucket.org/mrabarnett/mrab-regex" -DOWNLOAD="https://files.pythonhosted.org/packages/source/r/regex/regex-2024.4.28.tar.gz" -MD5SUM="543f5cb066ee5f4a3c02573b265ef32d" +DOWNLOAD="https://files.pythonhosted.org/packages/source/r/regex/regex-2024.5.10.tar.gz" +MD5SUM="c2c995cc8fb698a3464a07ad2cca7a2f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |