aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlex Gaynor2013-11-27 08:09:25 -0600
committerAdam Vandenberg2013-11-27 07:19:09 -0800
commit46ada195b04bf61cbe632808ff4ca419b2ccee6e (patch)
tree237fe3537fdbe4a697afe4a5a0dd99813441f813 /Library
parent39de5c03189c8d9048d1fd7f47e4f4f88a86f3a6 (diff)
downloadhomebrew-46ada195b04bf61cbe632808ff4ca419b2ccee6e.tar.bz2
PyPy 2.2.1
Closes #24710. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pypy.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb
index 30918e080..5ac30817a 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-osx64.tar.bz2'
- version '2.2.0'
- sha1 '6091171ebebb6f02e15b181d2a9a00e79c5b26a7'
+ url 'https://bitbucket.org/pypy/pypy/downloads/pypy-2.2.1-osx64.tar.bz2'
+ version '2.2.1'
+ sha1 'caf13d377fcdced4bfadd4158ba3d18d520396f3'
depends_on :arch => :x86_64