aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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 9f33dc1a3..1f9982756 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 'http://pypy.org/download/pypy-1.5-osx64.tar.bz2'
- md5 'b1417916bc01ebb9f95c666f5e397fb5'
- version '1.5.0'
+ url 'http://bitbucket.org/pypy/pypy/downloads/pypy-1.6-osx64.tar.bz2'
+ md5 '78bbf70f55e9fec20d7ac22531a997fc'
+ version '1.6.0'
else
url 'http://pypy.org/download/pypy-1.4.1-osx.tar.bz2'
md5 '8584c4e8c042f5b661fcfffa0d9b8a25'