diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2017-05-25 22:50:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-27 07:31:01 +0700 |
commit | 8de7acd0c2f5cdfc5d59544a9ac0afef114640b5 (patch) | |
tree | b440e654aa677cad4f1f4d3a1ec8173ce1dad437 /python/python-requests/python-requests.SlackBuild | |
parent | 9f69b8c7d70232d21b88d5c8515cac437915f0bb (diff) | |
download | slackbuilds-8de7acd0c2f5cdfc5d59544a9ac0afef114640b5.tar.gz |
python/python-requests: Updated for version 2.14.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-requests/python-requests.SlackBuild')
-rw-r--r-- | python/python-requests/python-requests.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-requests/python-requests.SlackBuild b/python/python-requests/python-requests.SlackBuild index 3a382181b2..424680d59d 100644 --- a/python/python-requests/python-requests.SlackBuild +++ b/python/python-requests/python-requests.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-requests -# Copyright 2013-2016 Thibaut Notteboom, Paris, FRANCE +# Copyright 2013-2017 Thibaut Notteboom, Paris, FRANCE # 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=python-requests -VERSION=${VERSION:-2.13.0} +VERSION=${VERSION:-2.14.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |