diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-03-27 18:31:16 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:27 +0700 |
commit | 483475bdb7ad5a9039448d8d416d275ad66dff80 (patch) | |
tree | 3b45e10917ac6fee386776be0c4dffbfb7455bf9 /python/python3-regex/python3-regex.SlackBuild | |
parent | 4b2446858ad03ec6833565d5f09948b53ad1752f (diff) |
python/python3-regex: Updated for version 2023.3.23.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-regex/python3-regex.SlackBuild')
-rw-r--r-- | python/python3-regex/python3-regex.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-regex/python3-regex.SlackBuild b/python/python3-regex/python3-regex.SlackBuild index 3b93632787..d0b8e8a297 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:-2023.3.22} +VERSION=${VERSION:-2023.3.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |