From 454a9495ee85763526e6920837cef0c9dc946bb6 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Fri, 23 Feb 2018 02:20:35 +0100 Subject: [PATCH] tesseract: use new data repository --- Formula/tesseract.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/tesseract.rb b/Formula/tesseract.rb index 9b62fb187a..d22c0d354d 100644 --- a/Formula/tesseract.rb +++ b/Formula/tesseract.rb @@ -14,7 +14,7 @@ class Tesseract < Formula head do url "https://github.com/tesseract-ocr/tesseract.git" resource "tessdata-head" do - url "https://github.com/tesseract-ocr/tessdata.git" + url "https://github.com/tesseract-ocr/tessdata_fast.git" end end