python/python-certifi: Updated for version 2017.1.23.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
769073fa0c
commit
b1beb9db7a
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-certifi
|
||||
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2017 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:-2016.9.26}
|
||||
VERSION=${VERSION:-2017.1.23}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-certifi"
|
||||
VERSION="2016.9.26"
|
||||
HOMEPAGE="http://certifi.io/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/4f/75/e1bc6e363a2c76f8d7e754c27c437dbe4086414e1d6d2f6b2a3e7846f22b/certifi-2016.9.26.tar.gz"
|
||||
MD5SUM="baa81e951a29958563689d868ef1064d"
|
||||
VERSION="2017.1.23"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/certifi/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/b6/fa/ca682d5ace0700008d246664e50db8d095d23750bb212c0086305450c276/certifi-2017.1.23.tar.gz"
|
||||
MD5SUM="b72521a8badff5e89a8eabea586d79ab"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue