python/ply: Updated for version 3.11.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
4dabc09322
commit
1b356c607a
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for ply
|
||||
|
||||
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greeece
|
||||
# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greeece
|
||||
# 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=ply
|
||||
VERSION=${VERSION:-3.10}
|
||||
VERSION=${VERSION:-3.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ply"
|
||||
VERSION="3.10"
|
||||
VERSION="3.11"
|
||||
HOMEPAGE="http://www.dabeaz.com/ply/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/ce/3d/1f9ca69192025046f02a02ffc61bfbac2731aab06325a218370fd93e18df/ply-3.10.tar.gz"
|
||||
MD5SUM="1d63c166ab250bab87d8dcc42dcca70e"
|
||||
DOWNLOAD="https://pypi.python.org/packages/e5/69/882ee5c9d017149285cab114ebeab373308ef0f874fcdac9beb90e0ac4da/ply-3.11.tar.gz"
|
||||
MD5SUM="6465f602e656455affcd7c5734c638f8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue