diff options
| author | Alex Gaynor | 2014-09-22 09:50:37 -0700 |
|---|---|---|
| committer | Tim D. Smith | 2014-09-22 13:53:40 -0700 |
| commit | 3c9dabb25be14de2b1542ca7eee6987cba1334e0 (patch) | |
| tree | e5f817dcc79554393278258ed33caa4f50493a67 /Library | |
| parent | c16f1f16cf421e7983f47a5bcd7bc04073642a83 (diff) | |
| download | homebrew-3c9dabb25be14de2b1542ca7eee6987cba1334e0.tar.bz2 | |
Update for the real pypy 2.4.0 final
Closes #32514.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pypy.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb index 18f21fdaa..c2d20322f 100644 --- a/Library/Formula/pypy.rb +++ b/Library/Formula/pypy.rb @@ -3,8 +3,9 @@ require 'formula' class Pypy < Formula homepage 'http://pypy.org/' url 'https://bitbucket.org/pypy/pypy/downloads/pypy-2.4.0-osx64.tar.bz2' + sha1 'aa7f9b41d8bfda16239b629cd1b8dc884c2ad808' version '2.4.0' - sha1 'b9f87df364617c1a8c43303a467d698e4a3e1935' + revision 1 depends_on :arch => :x86_64 |
