diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-09-11 19:56:57 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-12 10:50:20 +0700 |
commit | 2d1423eb1727b512211b2ddf7762a0603663edca (patch) | |
tree | d496809018d252b41547c044b04d8c7b95bf5ae5 /python/python3-regex | |
parent | ac1c1f22867dd12230e5ce59b8ce664726ce5657 (diff) |
python/python3-regex: Update for 2024.9.11
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 | 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 41555f8e21..f49a765529 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.7.24} +VERSION=${VERSION:-2024.9.11} 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 476c2fa4f3..9c2ac3a94f 100644 --- a/python/python3-regex/python3-regex.info +++ b/python/python3-regex/python3-regex.info @@ -1,8 +1,8 @@ PRGNAM="python3-regex" -VERSION="2024.7.24" +VERSION="2024.9.11" 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="https://files.pythonhosted.org/packages/source/r/regex/regex-2024.9.11.tar.gz" +MD5SUM="a544771359e2c977578297506de829eb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |