diff options
| author | Alex Gaynor | 2014-05-09 06:48:15 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-05-09 09:51:58 -0500 |
| commit | b4f6c74381be55eb457ff30701b7954dd5faf042 (patch) | |
| tree | b2be5ce04825ca31f7961535f868902287b327ff /Library/Formula | |
| parent | 5244b46b2fa331e59e8d0e2162610ed6d43eea34 (diff) | |
| download | homebrew-b4f6c74381be55eb457ff30701b7954dd5faf042.tar.bz2 | |
PyPy 2.3
Closes #29087.
Signed-off-by: Jack Nagel <jacknagel@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 8624ff2f9..35d3abf72 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.2.1-osx64.tar.bz2' - version '2.2.1' - sha1 'caf13d377fcdced4bfadd4158ba3d18d520396f3' + url 'https://bitbucket.org/pypy/pypy/downloads/pypy-2.3-osx64.tar.bz2' + version '2.3.0' + sha1 'b40c3c56138725757ef0f97ffb67dce89b7665f0' depends_on :arch => :x86_64 |
