python/piprot: Updated for version 0.9.10.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
ea7995e628
commit
a1bfb6e360
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for piprot
|
||||
|
||||
# Copyright 2014-2016 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=piprot
|
||||
VERSION=${VERSION:-0.9.7}
|
||||
VERSION=${VERSION:-0.9.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="piprot"
|
||||
VERSION="0.9.7"
|
||||
VERSION="0.9.10"
|
||||
HOMEPAGE="https://github.com/sesh/piprot"
|
||||
DOWNLOAD="https://pypi.python.org/packages/f2/0f/a14f16e6c03ecd11805408afdd7830835b7c4509c22c6ce2027c4a677d72/piprot-0.9.7.tar.gz"
|
||||
MD5SUM="e8ce3c5469538ab56b50cd21e748a3db"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/63/92/412f2b3f270f64df3877f7772ab31eb1d323374261fb38c1b24788b9716e/piprot-0.9.10.tar.gz"
|
||||
MD5SUM="579f7c40cbd2b4c767735d14e67389a3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="six requests-futures"
|
||||
|
|
Loading…
Reference in New Issue