From c338f57a406d16334dd1c07993ddf32779bffa52 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 21 Nov 2011 12:28:11 +0100 Subject: [PATCH] PyPy: Update to 1.7 Closes Homebrew/homebrew#8703. Signed-off-by: Charlie Sharpsteen --- Formula/pypy.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/pypy.rb b/Formula/pypy.rb index 1f99827565..492012e0c1 100644 --- a/Formula/pypy.rb +++ b/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'