graphics/tesseract: Fixed typo (missing "}") and md5sum.

Thanks to Binh Nguyen and David Somero.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2012-09-16 21:00:07 -05:00
parent 310fe6c9ca
commit 115ad4b8fd
2 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ TAG=${TAG:-_SBo}
# replace this with the filename of the language you want to install
# filename differs from one language to another, so it's very unpredictable
# see https://code.google.com/p/tesseract-ocr/downloads/list for complete list
LANGNAM=${LANGNAM:-"tesseract-ocr-3.01.eng.tar.gz"
LANGNAM=${LANGNAM:-"tesseract-ocr-3.01.eng.tar.gz"}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in

View file

@ -3,8 +3,8 @@ VERSION="3.01"
HOMEPAGE="http://code.google.com/p/tesseract-ocr/"
DOWNLOAD="https://tesseract-ocr.googlecode.com/files/tesseract-3.01.tar.gz \
https://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.01.eng.tar.gz"
MD5SUM="b44eba1a9f4892ac62e484c807fe0533 \
b8291d6b3a63ce7879d688e845e341a9"
MD5SUM="1ba496e51a42358fb9d3ffe781b2d20a \
89c139a73e0e7b1225809fc7b226b6c9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="leptonica"