summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Audrius Kažukauskas2010-09-16 03:37:56 +0200
committer Robby Workman2010-09-22 05:09:36 +0200
commitece3556a58f8d48514f47ad09d4771b9bb835c2d (patch)
tree0977f03522cd76117488517a36d742c10277633d /development
parent9c66b74c096282ecd7970a249a6e6d5fb6c936fd (diff)
downloadslackbuilds-ece3556a58f8d48514f47ad09d4771b9bb835c2d.tar.gz
development/pip: Updated for version 0.8.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/pip/pip.SlackBuild4
-rw-r--r--development/pip/pip.info8
2 files changed, 5 insertions, 7 deletions
diff --git a/development/pip/pip.SlackBuild b/development/pip/pip.SlackBuild
index ca00b4616a..f8ca5a0b42 100644
--- a/development/pip/pip.SlackBuild
+++ b/development/pip/pip.SlackBuild
@@ -4,16 +4,14 @@
# Written by Audrius Kažukauskas <audrius@neutrino.lt>
PRGNAM=pip
-VERSION=${VERSION:-0.7.2}
+VERSION=${VERSION:-0.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
diff --git a/development/pip/pip.info b/development/pip/pip.info
index 26c8010f45..3b2f108cc1 100644
--- a/development/pip/pip.info
+++ b/development/pip/pip.info
@@ -1,10 +1,10 @@
PRGNAM="pip"
-VERSION="0.7.2"
+VERSION="0.8.1"
HOMEPAGE="http://pip.openplans.org/"
-DOWNLOAD="http://pypi.python.org/packages/source/p/pip/pip-0.7.2.tar.gz"
-MD5SUM="cfe73090aaa0d3b0c104179a627859d1"
+DOWNLOAD="http://pypi.python.org/packages/source/p/pip/pip-0.8.1.tar.gz"
+MD5SUM="5d40614774781b118dd3f10c0d038cbc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"
-APPROVED="rworkman"
+APPROVED="dsomero"