Browse Source
python/regex: Updated for version 2018.07.11.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
pull/47/head
Dimitris Zlatanidis
7 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with
5 additions and
5 deletions
-
python/regex/regex.SlackBuild
-
python/regex/regex.info
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for regex |
|
|
|
|
|
|
|
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece |
|
|
|
# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
|
@ -23,7 +23,7 @@ |
|
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
|
|
|
|
PRGNAM=regex |
|
|
|
VERSION=${VERSION:-2017.11.09} |
|
|
|
VERSION=${VERSION:-2018.07.11} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="regex" |
|
|
|
VERSION="2017.11.09" |
|
|
|
VERSION="2018.07.11" |
|
|
|
HOMEPAGE="https://bitbucket.org/mrabarnett/mrab-regex" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/b4/fb/e894cf877cc3ad788892899c23e2a73e3e54524c4ec6e5d3826fe153af80/regex-2017.11.09.tar.gz" |
|
|
|
MD5SUM="b79a34568fc199853ee7c936c9ed87c3" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/9f/79/adbe79373ec3c56ae61670bbed30609fe4a9b6af835478fa12bf8795cdec/regex-2018.07.11.tar.gz" |
|
|
|
MD5SUM="edd2f469e58dab979f96d2c987eef150" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
|