python/python-certifi: Updated for version 2018.1.18.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
485b2f92b4
commit
a3e47c5274
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-certifi
|
||||
|
||||
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python-certifi
|
||||
SRCNAM=$(printf $PRGNAM | cut -c8-14)
|
||||
VERSION=${VERSION:-2017.11.5}
|
||||
VERSION=${VERSION:-2018.1.18}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-certifi"
|
||||
VERSION="2017.11.5"
|
||||
VERSION="2018.1.18"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/certifi/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/23/3f/8be01c50ed24a4bd6b8da799839066ce0288f66f5e11f0367323467f0cbc/certifi-2017.11.5.tar.gz"
|
||||
MD5SUM="c15ac46ed1fe4b607ff3405928f9a992"
|
||||
DOWNLOAD="https://pypi.python.org/packages/15/d4/2f888fc463d516ff7bf2379a4e9a552fef7f22a94147655d9b1097108248/certifi-2018.1.18.tar.gz"
|
||||
MD5SUM="068fd5c3c690ae47504b3e0bf4e56c4c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue