mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/regex: Updated for version 2015.06.24.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
ef88c56581
commit
96fc09c574
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for regex
|
||||
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright <2014-2015> <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:-2015.06.21}
|
||||
VERSION=${VERSION:-2015.06.24}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="regex"
|
||||
VERSION="2015.06.21"
|
||||
VERSION="2015.06.24"
|
||||
HOMEPAGE="https://code.google.com/p/mrab-regex-hg/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/r/regex/regex-2015.06.21.tar.gz"
|
||||
MD5SUM="5dc78c3f5c901d36f27832c9656ed5a6"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/r/regex/regex-2015.06.24.tar.gz"
|
||||
MD5SUM="9b7e1c76e5c82ff969b5c66b839c7c8d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue