aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJannis Leidel2012-06-08 14:37:30 +0200
committerAdam Vandenberg2012-06-08 06:43:26 -0700
commit9a6f6d16807a71c3edded53b170f5e1725e1c945 (patch)
tree607c9cb71c01e1c10dd0f7f4e6ef59732fc07b76 /Library
parent560df3594b9b203a42f670153a700b1fd497b124 (diff)
downloadhomebrew-9a6f6d16807a71c3edded53b170f5e1725e1c945.tar.bz2
PyPy 1.9
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 95106e5b3..8cdb0c2bf 100644
--- a/Library/Formula/pypy.rb
+++ b/Library/Formula/pypy.rb
@@ -9,9 +9,9 @@ class Pypy < Formula
homepage 'http://pypy.org/'
if MacOS.prefer_64_bit?
- url 'https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-osx64.tar.bz2'
- version '1.8'
- md5 '1c293253e8e4df411c3dd59dff82a663'
+ url 'https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-osx64.tar.bz2'
+ version '1.9'
+ md5 'aad9c4b7b827583e37fe8ae0f7cfe0ff'
else
url 'http://pypy.org/download/pypy-1.4.1-osx.tar.bz2'
version '1.4.1'