mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-regex: Update for 2024.11.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0179beb5a2
commit
d2def04e5d
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-regex
|
||||
VERSION=${VERSION:-2024.9.11}
|
||||
VERSION=${VERSION:-2024.11.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-regex"
|
||||
VERSION="2024.9.11"
|
||||
VERSION="2024.11.6"
|
||||
HOMEPAGE="https://github.com/mrabarnett/mrab-regex"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/r/regex/regex-2024.9.11.tar.gz"
|
||||
MD5SUM="a544771359e2c977578297506de829eb"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/r/regex/regex-2024.11.6.tar.gz"
|
||||
MD5SUM="02b86394591ba39d34bc35d11e9e7d96"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue