diff options
| author | Robson Roberto Souza Peixoto | 2014-05-07 15:02:09 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-07 19:53:03 -0700 |
| commit | 0ca3f87338e7b031d4af4ee381f8fcf95d4158b6 (patch) | |
| tree | 6464bd1a626993abf2817b2038e375d9b8da1b9b /Library/Formula | |
| parent | 46f84b57a8df8dc6a6304702740bdd7df59324c3 (diff) | |
| download | homebrew-0ca3f87338e7b031d4af4ee381f8fcf95d4158b6.tar.bz2 | |
pypy upgrade pip to 1.5.5
Closes #29039.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pypy.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb index 7cbdecddc..8624ff2f9 100644 --- a/Library/Formula/pypy.rb +++ b/Library/Formula/pypy.rb @@ -14,8 +14,8 @@ class Pypy < Formula end resource 'pip' do - url 'https://pypi.python.org/packages/source/p/pip/pip-1.5.4.tar.gz' - sha1 '35ccb7430356186cf253615b70f8ee580610f734' + url 'https://pypi.python.org/packages/source/p/pip/pip-1.5.5.tar.gz' + sha1 'ce15871b65e412589044ee8a4029fe65bc26b894' end def install |
