diff options
| author | Alex Gaynor | 2013-08-01 09:44:30 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-01 10:11:42 -0700 |
| commit | d91096f6d2445f6a5b4b37cf728a9ed4077578af (patch) | |
| tree | 9d737f31a7b39909fd8ad47ceb7a5d164ecffc0b /Library/Formula | |
| parent | 819f972a5d52e163392c53965567f7c3ece93f99 (diff) | |
| download | homebrew-d91096f6d2445f6a5b4b37cf728a9ed4077578af.tar.bz2 | |
PyPy 2.1
Closes #21587.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pypy.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb index e1e69b564..3efd54629 100644 --- a/Library/Formula/pypy.rb +++ b/Library/Formula/pypy.rb @@ -7,9 +7,9 @@ end class Pypy < Formula homepage 'http://pypy.org/' - url 'https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-osx64.tar.bz2' - version '2.0.2' - sha1 'a53de7bc88b9caa635d9d679c6e63813881ea7e9' + url 'https://bitbucket.org/pypy/pypy/downloads/pypy-2.1-osx64.tar.bz2' + version '2.1.0' + sha1 '6cdaa1dc0a47d9eb6d816f7d394ca46f290a1ed5' depends_on :arch => :x86_64 |
