diff options
| author | Alex Gaynor | 2013-11-14 10:24:04 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-14 18:46:44 -0800 |
| commit | 9bf0b2582bde788fa270fe8643c282797f3ccdba (patch) | |
| tree | c26588a2921c53881f9a24438be8aebaacbf3f97 /Library/Formula/pypy.rb | |
| parent | 8215cff1b50b52151554ef8da194b9b89442732f (diff) | |
| download | homebrew-9bf0b2582bde788fa270fe8643c282797f3ccdba.tar.bz2 | |
PyPy 2.2
Closes #24317.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/pypy.rb')
| -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 2a428b800..08cbd27a5 100644 --- a/Library/Formula/pypy.rb +++ b/Library/Formula/pypy.rb @@ -2,9 +2,9 @@ require 'formula' class Pypy < Formula homepage 'http://pypy.org/' - url 'https://bitbucket.org/pypy/pypy/downloads/pypy-2.1-osx64.tar.bz2' - version '2.1.0' - sha1 '6cdaa1dc0a47d9eb6d816f7d394ca46f290a1ed5' + url 'https://bitbucket.org/pypy/pypy/downloads/pypy-2.2-osx64.tar.bz2' + version '2.2.0' + sha1 '6091171ebebb6f02e15b181d2a9a00e79c5b26a7' depends_on :arch => :x86_64 |
