mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
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:
parent
310fe6c9ca
commit
115ad4b8fd
2 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ TAG=${TAG:-_SBo}
|
||||||
# replace this with the filename of the language you want to install
|
# replace this with the filename of the language you want to install
|
||||||
# filename differs from one language to another, so it's very unpredictable
|
# 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
|
# 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
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
|
|
|
@ -3,8 +3,8 @@ VERSION="3.01"
|
||||||
HOMEPAGE="http://code.google.com/p/tesseract-ocr/"
|
HOMEPAGE="http://code.google.com/p/tesseract-ocr/"
|
||||||
DOWNLOAD="https://tesseract-ocr.googlecode.com/files/tesseract-3.01.tar.gz \
|
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"
|
https://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.01.eng.tar.gz"
|
||||||
MD5SUM="b44eba1a9f4892ac62e484c807fe0533 \
|
MD5SUM="1ba496e51a42358fb9d3ffe781b2d20a \
|
||||||
b8291d6b3a63ce7879d688e845e341a9"
|
89c139a73e0e7b1225809fc7b226b6c9"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="leptonica"
|
REQUIRES="leptonica"
|
||||||
|
|
Loading…
Reference in a new issue