diff options
| author | Alex Gaynor | 2014-06-07 18:41:52 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-06-07 21:24:54 -0500 |
| commit | 0ef320f4bcd340064bd6751c29195c190f198e68 (patch) | |
| tree | 7e8e5164b8c44668fd5db17b73b56f4daebeaad5 /Library | |
| parent | f6073a1d409f0cb1851a0c5e6968575d5feb1260 (diff) | |
| download | homebrew-0ef320f4bcd340064bd6751c29195c190f198e68.tar.bz2 | |
PyPy 2.3.1
Closes #29966.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -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 d711326c8..68a0b6eb9 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.3-osx64.tar.bz2' - version '2.3.0' - sha1 'b40c3c56138725757ef0f97ffb67dce89b7665f0' + url 'https://bitbucket.org/pypy/pypy/downloads/pypy-2.3.1-osx64.tar.bz2' + version '2.3.1' + sha1 '4d9cdf801e4c8fb432b17be0edf76eb3d9360f40' depends_on :arch => :x86_64 |
