From 9a0f13339ac8eb5cdae3ae92382fc7c15cbfcc2d Mon Sep 17 00:00:00 2001 From: Christopher Cotton Date: Sun, 27 Mar 2011 19:10:04 -0500 Subject: [PATCH] updating leptonica to 1.68 Signed-off-by: Adam Vandenberg --- Formula/leptonica.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/leptonica.rb b/Formula/leptonica.rb index d4c12c0e2f..1448e2a7f4 100644 --- a/Formula/leptonica.rb +++ b/Formula/leptonica.rb @@ -1,9 +1,9 @@ require 'formula' class Leptonica < Formula - url 'http://leptonica.googlecode.com/files/leptonlib-1.65.tar.gz' - homepage 'http://code.google.com/p/leptonica/' - md5 '5dd42b2337834cc796b8f8de7ab532cd' + url 'http://www.leptonica.org/source/leptonica-1.68.tar.gz' + homepage 'http://www.leptonica.org/' + md5 '5cd7092f9ff2ca7e3f3e73bfcd556403' depends_on 'jpeg' depends_on 'libtiff'