libraries/pycparser: Updated for version 2.19.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
91a642058c
commit
6dd14013e7
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pycparser
|
||||
|
||||
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2019 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=pycparser
|
||||
VERSION=${VERSION:-2.18}
|
||||
VERSION=${VERSION:-2.19}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pycparser"
|
||||
VERSION="2.18"
|
||||
VERSION="2.19"
|
||||
HOMEPAGE="https://github.com/eliben/pycparser"
|
||||
DOWNLOAD="https://pypi.python.org/packages/8c/2d/aad7f16146f4197a11f8e91fb81df177adcc2073d36a17b1491fd09df6ed/pycparser-2.18.tar.gz"
|
||||
MD5SUM="72370da54358202a60130e223d488136"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz"
|
||||
MD5SUM="76396762adc3fa769c83d8e202d36b6f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue