python/regex: Updated for version 2019.02.07.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
dae749fb94
commit
b7986bee86
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for regex
|
# Slackware build script for regex
|
||||||
|
|
||||||
# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=regex
|
PRGNAM=regex
|
||||||
VERSION=${VERSION:-2018.07.11}
|
VERSION=${VERSION:-2019.02.07}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="regex"
|
PRGNAM="regex"
|
||||||
VERSION="2018.07.11"
|
VERSION="2019.02.07"
|
||||||
HOMEPAGE="https://bitbucket.org/mrabarnett/mrab-regex"
|
HOMEPAGE="https://bitbucket.org/mrabarnett/mrab-regex"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/9f/79/adbe79373ec3c56ae61670bbed30609fe4a9b6af835478fa12bf8795cdec/regex-2018.07.11.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/8e/2d/812284cdc6376ce49f6a434ca70229c285ffca672040434d2221654c62ce/regex-2019.02.07.tar.gz"
|
||||||
MD5SUM="edd2f469e58dab979f96d2c987eef150"
|
MD5SUM="b887ba08ec75564463791013cb1465f1"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue