From 9a6f6d16807a71c3edded53b170f5e1725e1c945 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 8 Jun 2012 14:37:30 +0200 Subject: PyPy 1.9 Signed-off-by: Adam Vandenberg --- Library/Formula/pypy.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') 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' -- cgit v1.2.3