diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-07-24 19:21:39 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-25 09:53:39 +0700 |
commit | 6a0f5c302edb7f04547a9171dcc3610e3925cf0e (patch) | |
tree | 4a8c7b780c2abbe6322608ff5512921dacf890ba /python/python3-regex | |
parent | 6fda69fdd6f8681a631fb2581bc1f0c9972783af (diff) |
python/python3-regex: Update for 2024.7.24
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-regex')
-rw-r--r-- | python/python3-regex/python3-regex.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-regex/python3-regex.info | 8 | ||||
-rw-r--r-- | python/python3-regex/slack-desc | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-regex/python3-regex.SlackBuild b/python/python3-regex/python3-regex.SlackBuild index 6b891ee52d..41555f8e21 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.5.15} +VERSION=${VERSION:-2024.7.24} 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 df20dd12be..476c2fa4f3 100644 --- a/python/python3-regex/python3-regex.info +++ b/python/python3-regex/python3-regex.info @@ -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="" diff --git a/python/python3-regex/slack-desc b/python/python3-regex/slack-desc index 382df472a8..67ff7d72a4 100644 --- a/python/python3-regex/slack-desc +++ b/python/python3-regex/slack-desc @@ -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: |