mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
python/regex: Updated for version 2014.12.24.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
62e5972ae4
commit
9bd4e56ef5
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=regex
|
||||
VERSION=${VERSION:-2014.11.14}
|
||||
VERSION=${VERSION:-2014.12.24}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="regex"
|
||||
VERSION="2014.11.14"
|
||||
VERSION="2014.12.24"
|
||||
HOMEPAGE="https://code.google.com/p/mrab-regex-hg/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/r/regex/regex-2014.11.14.tar.gz"
|
||||
MD5SUM="324f97f6eb47989b680ce3f66afb79e2"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/r/regex/regex-2014.12.24.tar.gz"
|
||||
MD5SUM="f7897fed0c7cee3fca3445222f829d8f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue