aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJannis Leidel2011-11-21 12:28:11 +0100
committerCharlie Sharpsteen2011-11-21 08:55:42 -0800
commiteee60ad6191da7175c090ca85761629ed2a837fd (patch)
tree393d426650ab05476932500ded9a2938952025da /Library
parent13c29642987734fcef9da1d343e01be94ca087f0 (diff)
downloadhomebrew-eee60ad6191da7175c090ca85761629ed2a837fd.tar.bz2
PyPy: Update to 1.7
Closes #8703. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
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 1f9982756..492012e0c 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://bitbucket.org/pypy/pypy/downloads/pypy-1.6-osx64.tar.bz2'
- md5 '78bbf70f55e9fec20d7ac22531a997fc'
- version '1.6.0'
+ url 'https://bitbucket.org/pypy/pypy/downloads/pypy-1.7-osx64.tar.bz2'
+ md5 'ff979054fc8e17b4973ffebb9844b159'
+ version '1.7'
else
url 'http://pypy.org/download/pypy-1.4.1-osx.tar.bz2'
md5 '8584c4e8c042f5b661fcfffa0d9b8a25'