Skip to content

Commit 62b68cf

Browse files
author
Kenneth Reitz
committed
pip v1.1
1 parent 481e800 commit 62b68cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ site: docs
1414

1515
pip:
1616
git clone [email protected]:kennethreitz/pip.git --branch heroku --depth 1
17-
rm -fr vendor/virtualenv-1.7/virtualenv_support/pip-1.0.2.tar.gz
17+
rm -fr vendor/virtualenv-1.7.2/virtualenv_support/pip-1.1.tar.gz
1818
rm -fr pip/.git
19-
tar -pczf vendor/virtualenv-1.7/virtualenv_support/pip-1.0.2.tar.gz pip
19+
tar -pczf vendor/virtualenv-1.7.2/virtualenv_support/pip-1.1.tar.gz pip
2020
rm -fr pip
2121

0 commit comments

Comments
 (0)