diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-03-22 23:30:08 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:22 +0700 |
commit | 01c3d84025e2ad8b51f180877f2a300c126c34d1 (patch) | |
tree | 9954186cd728a37e344680025fd67ef707df4011 /python | |
parent | 4c1b191ddebe74fc7ddb65079fd33615e06d6d89 (diff) |
python/python3-regex: Updated for version 2023.3.22.
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 | 7 | ||||
-rw-r--r-- | python/python3-regex/python3-regex.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/python/python3-regex/python3-regex.SlackBuild b/python/python3-regex/python3-regex.SlackBuild index 61dcdef90ee6..3b93632787d0 100644 --- a/python/python3-regex/python3-regex.SlackBuild +++ b/python/python3-regex/python3-regex.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-regex -# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-regex -VERSION=${VERSION:-2022.10.31} +VERSION=${VERSION:-2023.3.22} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/python/python3-regex/python3-regex.info b/python/python3-regex/python3-regex.info index 733c458f94f8..8b68d3f8ba68 100644 --- a/python/python3-regex/python3-regex.info +++ b/python/python3-regex/python3-regex.info @@ -1,8 +1,8 @@ PRGNAM="python3-regex" -VERSION="2022.10.31" +VERSION="2023.3.22" HOMEPAGE="https://bitbucket.org/mrabarnett/mrab-regex" -DOWNLOAD="https://files.pythonhosted.org/packages/source/r/regex/regex-2022.10.31.tar.gz" -MD5SUM="a85ced10be8bfe76fed4f30c42d32d5c" +DOWNLOAD="https://files.pythonhosted.org/packages/source/r/regex/regex-2023.3.22.tar.gz" +MD5SUM="07e3ba0e9d1e167c80ca9a3965718493" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |