aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJannis Leidel2012-02-10 11:26:29 +0100
committerAdam Vandenberg2012-02-10 08:39:44 -0800
commit2d2bc066a5b97b2f380e16839f11889d3654ce32 (patch)
treea8b5d361a1490fbf1325a74a9b1943056c212b4e /Library/Formula
parent78d72b955b23028a9d7f8146286b270a9406727c (diff)
downloadhomebrew-2d2bc066a5b97b2f380e16839f11889d3654ce32.tar.bz2
pypy 1.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 492012e0c..cd33ceccc 100644
--- a/Library/Formula/pypy.rb
+++ b/Library/Formula/pypy.rb
@@ -3,9 +3,9 @@ require 'hardware'
class Pypy < Formula
if MacOS.prefer_64_bit?
- url 'https://bitbucket.org/pypy/pypy/downloads/pypy-1.7-osx64.tar.bz2'
- md5 'ff979054fc8e17b4973ffebb9844b159'
- version '1.7'
+ url 'https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-osx64.tar.bz2'
+ md5 '1c293253e8e4df411c3dd59dff82a663'
+ version '1.8'
else
url 'http://pypy.org/download/pypy-1.4.1-osx.tar.bz2'
md5 '8584c4e8c042f5b661fcfffa0d9b8a25'