diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2014-01-30 16:29:46 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-01 00:40:58 -0600 |
commit | 303134f8c2f05869d88d4c0f6ff7644dabcc45ae (patch) | |
tree | 852e8208098ed86bc7fc6c0d26ce59efa886c2c8 /python/pip/pip.SlackBuild | |
parent | 5390a62ff2bb0fea615c07177332e8f4b9603e6f (diff) |
python/pip: Updated for version 1.5.2.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'python/pip/pip.SlackBuild')
-rw-r--r-- | python/pip/pip.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pip/pip.SlackBuild b/python/pip/pip.SlackBuild index e050e1d9b98b..7bdc77943fcd 100644 --- a/python/pip/pip.SlackBuild +++ b/python/pip/pip.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pip -# Copyright 2012-2013 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2012-2014 Audrius Kažukauskas <audrius@neutrino.lt> # 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=pip -VERSION=${VERSION:-1.4.1} +VERSION=${VERSION:-1.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |