From 3c9dabb25be14de2b1542ca7eee6987cba1334e0 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 22 Sep 2014 09:50:37 -0700 Subject: Update for the real pypy 2.4.0 final Closes #32514. Signed-off-by: Tim D. Smith --- Library/Formula/pypy.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb index 18f21fdaa..c2d20322f 100644 --- a/Library/Formula/pypy.rb +++ b/Library/Formula/pypy.rb @@ -3,8 +3,9 @@ require 'formula' class Pypy < Formula homepage 'http://pypy.org/' url 'https://bitbucket.org/pypy/pypy/downloads/pypy-2.4.0-osx64.tar.bz2' + sha1 'aa7f9b41d8bfda16239b629cd1b8dc884c2ad808' version '2.4.0' - sha1 'b9f87df364617c1a8c43303a467d698e4a3e1935' + revision 1 depends_on :arch => :x86_64 -- cgit v1.2.3