diff options
author | isaackwy <isaacyu@protonmail.com> | 2025-08-30 13:44:50 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-09-04 21:28:37 +0700 |
commit | 2b8140c9af2fd9cd256c83c1bf5bfa61c2f748bc (patch) | |
tree | b37f48af03ab5e5de2de38ca38a2a4b2e5b884f4 | |
parent | 6cc46abdb15d066abde76693485fc7f19ffe1d94 (diff) |
python/python3-regex: Update for 2025.9.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 ad5c127c78..af51c388e8 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:-2025.7.34} +VERSION=${VERSION:-2025.9.1} 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 b76398b18e..498087b833 100644 --- a/python/python3-regex/python3-regex.info +++ b/python/python3-regex/python3-regex.info @@ -1,8 +1,8 @@ PRGNAM="python3-regex" -VERSION="2025.7.34" +VERSION="2025.9.1" HOMEPAGE="https://github.com/mrabarnett/mrab-regex" -DOWNLOAD="https://files.pythonhosted.org/packages/source/r/regex/regex-2025.7.34.tar.gz" -MD5SUM="f6e8863535579292a6281e7521fc252d" +DOWNLOAD="https://files.pythonhosted.org/packages/source/r/regex/regex-2025.9.1.tar.gz" +MD5SUM="92c398cd30d02f275bda8c64e8792575" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-opt" |