diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2014-05-11 20:45:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-12 07:36:12 +0700 |
commit | 5145c4740817c3811512368e543be471d477c523 (patch) | |
tree | ff5cc1d53f083c019f797f27d9183fec42647151 /python/pip/pip.SlackBuild | |
parent | edfe52af4073ae12d7d3284f27a3c9d441a0d693 (diff) | |
download | slackbuilds-5145c4740817c3811512368e543be471d477c523.tar.gz |
python/pip: Updated for version 1.5.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@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 5fbafd7fe9..28a96c0e41 100644 --- a/python/pip/pip.SlackBuild +++ b/python/pip/pip.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pip -VERSION=${VERSION:-1.5.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.5.5} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |